public interface Resolver
PropertyHandle
which encapsulates a transitionKey used to
reference the mount content and the AnimatedProperty
on that mount content.Modifier and Type | Method and Description |
---|---|
AnimatedPropertyNode |
getAnimatedPropertyNode(PropertyHandle propertyHandle) |
float |
getCurrentState(PropertyHandle propertyHandle) |
float getCurrentState(PropertyHandle propertyHandle)
AnimatedPropertyNode getAnimatedPropertyNode(PropertyHandle propertyHandle)
AnimatedPropertyNode
for this PropertyHandle
. This gives animations
the ability to hook this mount content property into the GraphBinding
they create
to drive their animation.