HandInteractionHint.GetAnimationDuration(String) 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.
Gets the duration of the animation name passed in, or 0 if the state name is not found.
public:
float GetAnimationDuration(System::String ^ animationStateName);
public float GetAnimationDuration (string animationStateName);
member this.GetAnimationDuration : string -> single
Public Function GetAnimationDuration (animationStateName As String) As Single
Parameters
- animationStateName
- String