GetFloatList
GetFloatList(int)
public IList<float> GetFloatList(int id) ;
Description
Get the value of the FloatList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
Returns
The value of the parameter. If there is no parameter, it returns null.
GetFloatList(string)
public IList<float> GetFloatList(string name) ;
Description
Get the value of the FloatList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
Returns
The value of the parameter. If there is no parameter, it returns null.