ColorStateAnimatableProperty.Color 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.
Sets the last keyframe of the "material._Color" property to this Color in the animation clip for a state. The color to transition to.
public:
property UnityEngine::Color Color { UnityEngine::Color get(); void set(UnityEngine::Color value); };
public UnityEngine.Color Color { get; set; }
member this.Color : UnityEngine.Color with get, set
Public Property Color As Color
Property Value
- UnityEngine.Color