AnimationTarget.StateAnimatableProperties 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.
List of animatable properties for the target game object. Scale and material color are examples of animatable properties.
public:
property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::IStateAnimatableProperty ^> ^ StateAnimatableProperties { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::IStateAnimatableProperty ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.IStateAnimatableProperty> StateAnimatableProperties { get; }
member this.StateAnimatableProperties : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.IStateAnimatableProperty>
Public ReadOnly Property StateAnimatableProperties As List(Of IStateAnimatableProperty)