ShaderStateAnimatableProperty.ShaderPropertyName 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 name of the shader property to animate. NOTE: Check capitalization if the keyframes in the animation clip have not been set. This name checks for an underscore character at the start and end of the name, but the underscore character might be required for shader property names with more than one word.
public:
property System::String ^ ShaderPropertyName { System::String ^ get(); void set(System::String ^ value); };
public string ShaderPropertyName { get; set; }
member this.ShaderPropertyName : string with get, set
Public Property ShaderPropertyName As String