BetterModel
Toggle table of contents
1.9.2-SNAPSHOT-229
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
AnimationModifier
/
SpeedModifier
Speed
Modifier
class
SpeedModifier
:
Record
A modifier of speed
Parameters
supplier
speed modifier
Members
Constructors
Speed
Modifier
Link copied to clipboard
constructor
(
@
NotNull
supplier
:
@
NotNull
FloatSupplier
)
Creates modifier
constructor
(
speed
:
Float
)
Creates modifier
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
speed
Link copied to clipboard
open
fun
speed
(
)
:
Float
Gets speed
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String