Skip to content

StatePanelAnimationExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods that layer animation support on top of .

csharp
public static class StatePanelAnimationExtensions

Inheritance

ObjectStatePanelAnimationExtensions

Methods

GetAnimations(StatePanelContext)

Gets the animation collection for this state panel scope. On first call, a new is created and stored. Subsequent calls return the same instance.

Parameters:

Returns: AnimationCollection

csharp
public static AnimationCollection GetAnimations(this StatePanelContext ctx)

Released under the MIT License.