AnimationParameters.HasBool(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns true if a bool parameter with the given name has been explicitly set.
public bool HasBool(string name);
Parameters¶
name System.String
Namespace: Brine2D.Animation
Returns true if a bool parameter with the given name has been explicitly set.
public bool HasBool(string name);
name System.String