ShaderColorStateAnimatableProperty.ShaderPropertyColorValue Property

Definition

The color value of the given shader property. This color value refers to a shader property of type Color and not the main color of the material.

public:
 property UnityEngine::Color ShaderPropertyColorValue { UnityEngine::Color get(); void set(UnityEngine::Color value); };
public UnityEngine.Color ShaderPropertyColorValue { get; set; }
member this.ShaderPropertyColorValue : UnityEngine.Color with get, set
Public Property ShaderPropertyColorValue As Color

Property Value

UnityEngine.Color

Applies to