Skip to content

AnimationParameters.GetBool(string) Method

Definition

Namespace: Brine2D.Animation

Gets a boolean parameter. Returns false if the parameter has never been set.

public bool GetBool(string name);

Parameters

name System.String

Returns

System.Boolean