GetInteger
Returns the value of the given integer parameter.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
GetInteger(string)
Returns the value of the given integer parameter.
public int GetInteger(string name)
Parameters
The parameter name.
Returns
Type | Description |
|---|---|
| int | The value of the parameter. |
GetInteger(int)
Returns the value of the given integer parameter.
public int GetInteger(int id)
Parameters
The parameter ID.
Returns
Type | Description |
|---|---|
| int | The value of the parameter. |