Skip to content

AnimationParameters.HasInt(string) Method

Definition

Namespace: Brine2D.Animation

Returns true if an int parameter with the given name has been explicitly set.

public bool HasInt(string name);

Parameters

name System.String

Returns

System.Boolean