Method GetFloatAttribute
GetFloatAttribute(string)
Gets the float attribute called name.
Declaration
public float GetFloatAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the attribute. |
Returns
| Type | Description |
|---|---|
| float | The float value. |