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