Wait
AnythingWorld.Animation.LegacyAnimationController.Wait
Last updated
Was this helpful?
AnythingWorld.Animation.LegacyAnimationController.Wait
Declaration
public IEnumerator Wait(float seconds, Action callback)seconds
Length of time to wait for callback
callback
The function to callback
Controller waits a set length of seconds and then does a function call.
Last updated
Was this helpful?
Was this helpful?