Show / Hide Table of Contents

Class HVRAnimationParameters

Inheritance
System.Object
HVRAnimationParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: HurricaneVR.Framework.Core.HandPoser
Assembly: HurricaneVR.Framework.dll
Syntax
public static class HVRAnimationParameters

Methods

| Improve this Doc View Source

ClearBoolParameter(HVRHandSide, String)

Declaration
public static void ClearBoolParameter(HVRHandSide side, string parameter)
Parameters
Type Name Description
HVRHandSide side
System.String parameter
| Improve this Doc View Source

ClearFloatParameter(HVRHandSide, String)

Declaration
public static void ClearFloatParameter(HVRHandSide side, string parameter)
Parameters
Type Name Description
HVRHandSide side
System.String parameter
| Improve this Doc View Source

GetBoolParameter(HVRHandSide, String)

Declaration
public static bool GetBoolParameter(HVRHandSide side, string parameter)
Parameters
Type Name Description
HVRHandSide side
System.String parameter
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetFloatParameter(HVRHandSide, String)

Declaration
public static float GetFloatParameter(HVRHandSide side, string parameter)
Parameters
Type Name Description
HVRHandSide side
System.String parameter
Returns
Type Description
System.Single
| Improve this Doc View Source

Reset()

Declaration
public static void Reset()
| Improve this Doc View Source

SetBoolParameter(HVRHandSide, String, Boolean)

Declaration
public static void SetBoolParameter(HVRHandSide side, string parameter, bool value)
Parameters
Type Name Description
HVRHandSide side
System.String parameter
System.Boolean value
| Improve this Doc View Source

SetFloatParameter(HVRHandSide, String, Single)

Declaration
public static void SetFloatParameter(HVRHandSide side, string parameter, float value)
Parameters
Type Name Description
HVRHandSide side
System.String parameter
System.Single value
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX