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