StatePanelAnimationExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods that layer animation support on top of .
csharp
public static class StatePanelAnimationExtensionsInheritance
Object → StatePanelAnimationExtensions
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:
ctx(StatePanelContext):
Returns: AnimationCollection
csharp
public static AnimationCollection GetAnimations(this StatePanelContext ctx)