ShaderColorStateAnimatableProperty.ShaderPropertyColorValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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