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 SourceClearBoolParameter(HVRHandSide, String)
Declaration
public static void ClearBoolParameter(HVRHandSide side, string parameter)
Parameters
Type | Name | Description |
---|---|---|
HVRHandSide | side | |
System.String | parameter |
ClearFloatParameter(HVRHandSide, String)
Declaration
public static void ClearFloatParameter(HVRHandSide side, string parameter)
Parameters
Type | Name | Description |
---|---|---|
HVRHandSide | side | |
System.String | parameter |
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 |
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 |
Reset()
Declaration
public static void Reset()
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 |
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 |