This version of Unity is unsupported.

AnimatorControllerPlayable.GetInteger

Declaration

public int GetInteger(string name);

Declaration

public int GetInteger(int id);

Parameters

name The parameter name.
id The parameter ID.

Returns

int The value of the parameter.

Description

Returns the value of the given integer parameter.