AnimationParameters.HasTrigger(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns true if a trigger with the given name has been explicitly set.
Equivalent to IsTriggerArmed(string); provided for naming consistency with
HasBool(string), HasFloat(string), and HasInt(string).
public bool HasTrigger(string name);
Parameters¶
name System.String