You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MotionHandleExample(floatdelay,boolloop,boolignoreTimeScale){vars=LSequence.Create();{/* Append|Join various MotionHandles... */}returns.Run((delay,loop,ignoreTimeScale),static(builder,state)=>builder.WithDelay(state.delay).WithLoop(state.loop?-1:1).WithScheduler(state.ignoreTimeScale?MotionScheduler.UpdateIgnoreTimeScale:MotionScheduler.Update));}
The text was updated successfully, but these errors were encountered:
I would like to use it in the following way:
The text was updated successfully, but these errors were encountered: