Skip to content

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

Returns

System.Single