IMixedRealityInputPlaybackService.Animation 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 animation currently being played.
public:
property Microsoft::MixedReality::Toolkit::Input::InputAnimation ^ Animation { Microsoft::MixedReality::Toolkit::Input::InputAnimation ^ get(); void set(Microsoft::MixedReality::Toolkit::Input::InputAnimation ^ value); };
public Microsoft.MixedReality.Toolkit.Input.InputAnimation Animation { get; set; }
member this.Animation : Microsoft.MixedReality.Toolkit.Input.InputAnimation with get, set
Public Property Animation As InputAnimation