kohii
1.4.0.2017001
kohii-core
/
kohii.v1.core
/
Playback
/
Token
Token
class
Token
(
threshold
:
Float
=
0.65f
,
@
FloatRange
(
from
=
-1.0
,
to
=
1.0
)
val
areaOffset
:
Float
,
val
containerRect
:
Rect
,
val
containerWidth
:
Int
,
val
containerHeight
:
Int
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Token
Link copied to clipboard
fun
Token
(
threshold
:
Float
=
0.65f
,
@
FloatRange
(
from
=
-1.0
,
to
=
1.0
)
areaOffset
:
Float
,
containerRect
:
Rect
,
containerWidth
:
Int
,
containerHeight
:
Int
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
areaOffset
Link copied to clipboard
val
areaOffset
:
Float
Content copied to clipboard
containerHeight
Link copied to clipboard
val
containerHeight
:
Int
Content copied to clipboard
containerRect
Link copied to clipboard
val
containerRect
:
Rect
Content copied to clipboard
containerWidth
Link copied to clipboard
val
containerWidth
:
Int
Content copied to clipboard