TweenStateArena<T>
Class
Type Parameters
TDelegates
Properties
Constructors
TweenStateArena(scheduler: I Visual Element Scheduler, durationMs: long, lerp: TweenStateArena <T>. Lerp Func, update: Action <T>, easingMode: Easing Mode)
Methods
Push(newValue: T): void
Initiates a tweening operation transitioning the current value to the specified new value over the configured duration using the provided interpolation function. The transition updates the value at regular intervals and invokes the update action accordingly.
Parameters
newValue:
T - The target value to which the tween animation will transition.Inherited Members
Extension Methods
Describe IdentityShort HashTo String Nullable