MaterialPropertyBlock.GetVector

Declaration

public Vector4 GetVector(string name);

Declaration

public Vector4 GetVector(int nameID);

Parameters

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

Description

Get a vector from the property block.

Returns zero vector if not found. If the value is previously set using SetColor, the returned vector value is the sRGB color value converted for the active color space.

Additional resources: GetColor, SetVector, SetColor.


Did you find this page useful? Please give it a rating: