AnimationParameters.RemoveInt(string) Method
Definition¶
Namespace: Brine2D.Animation
Removes an int parameter entirely. Returns true if it existed.
After removal, HasInt(string) returns false and GetInt(string)
returns the default value 0.
public bool RemoveInt(string name);
Parameters¶
name System.String