AnimationTarget.StateAnimatableProperties Property

Definition

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)

Property Value

List<IStateAnimatableProperty>

Applies to