Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

name

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

nameID

The name ID of the property retrieved by Shader.PropertyToID.

Returns

Type

Description

Vector4