public Vector4 GetVector (string name);
public Vector4 GetVector (int nameID);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.

Descripción

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.

See Also: GetColor, SetVector, SetColor.