Skip to content

AnimationParameters.SetFloat(string, float) Method

Definition

Namespace: Brine2D.Animation

Sets a float parameter.

C#
public void SetFloat(string name, float value);

Parameters

name System.String

value System.Single