public class FloatValue extends Object implements RuntimeValue
RuntimeValue for a float property like scale or alpha.| Constructor and Description |
|---|
FloatValue(float value) |
| Modifier and Type | Method and Description |
|---|---|
float |
resolve(Resolver resolver,
PropertyHandle componentProperty)
Uses the given
Resolver to determine the runtime value based on the given ComponentProperty. |
public float resolve(Resolver resolver, PropertyHandle componentProperty)
RuntimeValueResolver to determine the runtime value based on the given ComponentProperty.resolve in interface RuntimeValue