GetGlobalVector
Gets a global vector property for all shaders previously set using Shader.SetGlobalVector.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
GetGlobalVector(string)
Gets a global vector property for all shaders previously set using Shader.SetGlobalVector.
public static Vector4 GetGlobalVector(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| Vector4 |
GetGlobalVector(int)
Gets a global vector property for all shaders previously set using Shader.SetGlobalVector.
public static Vector4 GetGlobalVector(int nameID)
Parameters
The name ID of the property retrieved by Shader.PropertyToID.
Returns
Type | Description |
|---|---|
| Vector4 |