InputAnimation.GetMarker(Int32) Method
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.
Get the marker at the given index.
public:
Microsoft::MixedReality::Toolkit::Input::InputAnimationMarker ^ GetMarker(int index);
public Microsoft.MixedReality.Toolkit.Input.InputAnimationMarker GetMarker (int index);
member this.GetMarker : int -> Microsoft.MixedReality.Toolkit.Input.InputAnimationMarker
Public Function GetMarker (index As Integer) As InputAnimationMarker
Parameters
- index
- Int32