AnimationParameters.RemoveFloat(string) Method
Definition¶
Namespace: Brine2D.Animation
Removes a float parameter entirely. Returns true if it existed.
After removal, HasFloat(string) returns false and GetFloat(string)
returns the default value 0f.
public bool RemoveFloat(string name);
Parameters¶
name System.String