SetFloat
SetFloat(string, float)
public bool SetFloat(string name, float value) ;
Description
It wants to set the value of the Float type.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Name. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.
SetFloat(int, float)
public bool SetFloat(int id, float value) ;
Description
It wants to set the value of the Float type.
Parameters
| Parameter Name | Description | 
|---|---|
| id | ID. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.