Skip to main content

AnimationTrigger

Complete API reference for AnimationTrigger, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: TODO

Component: yes


public class AnimationTrigger extends Component

Constructors

SignatureDescription
AnimationTrigger(AnimationTrigger)Executes AnimationTrigger and returns after the underlying engine call finishes.
AnimationTrigger(Engine)Executes AnimationTrigger and returns after the underlying engine call finishes.
AnimationTrigger()Executes AnimationTrigger and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceAnimationTriggerRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
animNameStringget/setVirtual attribute exposed by getAnimName. Access it like a field to read or write the underlying value.
animSpeedfloatget/setVirtual attribute exposed by getAnimSpeed. Access it like a field to read or write the underlying value.
animSpeedFromAnimSpeedFromget/setVirtual attribute exposed by getAnimSpeedFrom. Access it like a field to read or write the underlying value.
loopOncebooleanget/setVirtual attribute exposed by isLoopOnce. Access it like a field to read or write the underlying value.
onActiveEventNameStringget/setVirtual attribute exposed by getOnActiveEventName. Access it like a field to read or write the underlying value.
runningbooleangetVirtual attribute exposed by isRunning. Access it like a field to read or write the underlying value.
transitionDelayfloatget/setVirtual attribute exposed by getTransitionDelay. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
enterConditionCount()intExecutes enterConditionCount and returns after the underlying engine call finishes.
enterConditionAt(int)ConditionExecutes enterConditionAt and returns after the underlying engine call finishes.
addEnterCondition(Condition)voidExecutes addEnterCondition and returns after the underlying engine call finishes.
removeEnterCondition(Condition)voidExecutes removeEnterCondition and returns after the underlying engine call finishes.
exitConditionCount()intExecutes exitConditionCount and returns after the underlying engine call finishes.
exitConditionAt(int)ConditionExecutes exitConditionAt and returns after the underlying engine call finishes.
addExitCondition(Condition)voidExecutes addExitCondition and returns after the underlying engine call finishes.
removeExitCondition(Condition)voidExecutes removeExitCondition and returns after the underlying engine call finishes.