Skip to content

AnimationParameters.IsTriggerArmed(string) Method

Definition

Namespace: Brine2D.Animation

Returns true if the named trigger is currently armed (set but not yet consumed). Does not consume the trigger.

public bool IsTriggerArmed(string name);

Parameters

name System.String

Returns

System.Boolean