GetFloat(string)
Gets a float property value by name.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public float GetFloat(string name)
Parameters
The property name of the float value.
Returns
Type | Description |
|---|---|
| float | The float property stored for the specified name, or the empty string if none. |