TweenStateArena

Abstract Class
Represents a base class for managing the transition of states using tweening logic. Provides static creation methods to construct typed tweening arenas such as for colors or floats.

Static Methods

ColorArena(scheduler: VisualElement, update: Action<Color>, durationMs: long, startValue: Color, easingMode: EasingMode): TweenStateArena<Color>
FloatArena(scheduler: VisualElement, update: Action<float>, durationMs: long, startValue: float, easingMode: EasingMode): TweenStateArena<float>

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page