Class UnityHudElementAnimation
Inheritance
UnityHudElementAnimation
Assembly: Serenity.UnityGameUi.Infrastructure.dll
Syntax
public class UnityHudElementAnimation : IHudElementAnimationDefinition
Constructors
UnityHudElementAnimation()
Declaration
public UnityHudElementAnimation()
Properties
CooldownSeconds
Minimum time between two plays of this animation, in seconds.
Declaration
public float CooldownSeconds { get; }
Property Value
HasAnimationAsset
Declaration
public bool HasAnimationAsset { get; }
Property Value
Layer
The ProceduralAnimator layer this animation plays, for the view and the HUD host.
Declaration
public ProceduralLayerSO Layer { get; }
Property Value
PlaysWhileHidden
Declaration
public bool PlaysWhileHidden { get; }
Property Value
SignalTypeName
Declaration
public string SignalTypeName { get; }
Property Value
Trigger
Declaration
public HudAnimationTrigger Trigger { get; }
Property Value
WatchedElementId
Declaration
public string WatchedElementId { get; }
Property Value
Implements