GetFloat
Returns the value of the given float parameter.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
GetFloat(string)
Returns the value of the given float parameter.
public float GetFloat(string name)
Parameters
The parameter name.
Returns
Type | Description |
|---|---|
| float | The value of the parameter. |
Remarks
If the float parameter you specify doesn't exist, the float returns as 0.
GetFloat(int)
Returns the value of the given float parameter.
public float GetFloat(int id)
Parameters
The parameter ID.
Returns
Type | Description |
|---|---|
| float | The value of the parameter. |
Remarks
If the float parameter you specify doesn't exist, the float returns as 0.