public interface AnimatedProperty
Modifier and Type | Method and Description |
---|---|
float |
get(AnimatableItem animatableItem) |
float |
get(Object mountContent) |
String |
getName() |
void |
reset(Object mountContent)
Resets this property to its default value on this mount content.
|
void |
set(Object mountContent,
float value)
Updates the value of this property on the given mount content to the given value.
|
String getName()
float get(Object mountContent)
float get(AnimatableItem animatableItem)
AnimatableItem
.void set(Object mountContent, float value)
void reset(Object mountContent)