Method GetFloatArrayAttribute
GetFloatArrayAttribute(string)
Gets a float list attribute called name, as an array of floats.
Declaration
public float[] GetFloatArrayAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the attribute. |
Returns
| Type | Description |
|---|---|
| float[] | The float list values as an array. |