Class ShaderStateAnimatableProperty
Base class for animatable shader properties.
Inheritance
ShaderStateAnimatableProperty
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer
Assembly: cs.temp.dll.dll
Syntax
public class ShaderStateAnimatableProperty : StateAnimatableProperty, IStateAnimatableProperty
Properties
ShaderPropertyName
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.
Declaration
public string ShaderPropertyName { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
GetPropertyName(String)
Declaration
protected string GetPropertyName(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
String | propertyName |
Returns
Type | Description |
---|---|
String |