AnimationParameters.GetFloat(string) Method
Definition¶
Namespace: Brine2D.Animation
Gets a float parameter. Returns 0f if the parameter has never been set.
public float GetFloat(string name);
Parameters¶
name System.String
Namespace: Brine2D.Animation
Gets a float parameter. Returns 0f if the parameter has never been set.
public float GetFloat(string name);
name System.String