- getAutorestartDelay
double getAutorestartDelay()
- getAutorestartRandomDelay
double getAutorestartRandomDelay()
- getFadeinTime
double getFadeinTime()
- getFadeoutTime
double getFadeoutTime()
- getMixMode
AnimationNodeOneShot.MixMode getMixMode()
- hasAutorestart
bool hasAutorestart()
- isUsingSync
bool isUsingSync()
- opAssign
AnimationNodeOneShot opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(AnimationNodeOneShot other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAutorestart
void setAutorestart(bool enable)
- setAutorestartDelay
void setAutorestartDelay(double enable)
- setAutorestartRandomDelay
void setAutorestartRandomDelay(double enable)
- setFadeinTime
void setFadeinTime(double time)
- setFadeoutTime
void setFadeoutTime(double time)
- setMixMode
void setMixMode(long mode)
- setUseSync
void setUseSync(bool enable)