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