Class HVRHandPoseBlend
Inheritance
System.Object
HVRHandPoseBlend
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()
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public class HVRHandPoseBlend
Constructors
|
Improve this Doc
View Source
HVRHandPoseBlend()
Declaration
public HVRHandPoseBlend()
Fields
|
Improve this Doc
View Source
AnimationParameter
Declaration
public string AnimationParameter
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
|
Improve this Doc
View Source
Declaration
public bool ButtonParameter
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultParameter
Declaration
public const string DefaultParameter = ""
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Disabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IndexStart
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IndexType
Declaration
public HVRFingerType IndexType
Field Value
|
Improve this Doc
View Source
Mask
Declaration
public HVRHandPoseMask Mask
Field Value
|
Improve this Doc
View Source
MiddleStart
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MiddleType
Declaration
public HVRFingerType MiddleType
Field Value
|
Improve this Doc
View Source
PinkyStart
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
PinkyType
Declaration
public HVRFingerType PinkyType
Field Value
|
Improve this Doc
View Source
Pose
Declaration
Field Value
|
Improve this Doc
View Source
RingStart
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RingType
Declaration
public HVRFingerType RingType
Field Value
|
Improve this Doc
View Source
Speed
Primary Pose : The speed the hand will move toward the blended target pose.
Secondary Pose : The speed Bool and Immediate type blends will move toward the defined secondary pose.
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ThumbStart
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ThumbType
Declaration
public HVRFingerType ThumbType
Field Value
|
Improve this Doc
View Source
Type
Declaration
Field Value
|
Improve this Doc
View Source
Value
Declaration
[NonSerialized]
public float Value
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Weight
Declaration
[Range(0F, 1F)]
public float Weight
Field Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
GetFingerStart(Int32)
Declaration
public float GetFingerStart(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetFingerType(Int32)
Declaration
public HVRFingerType GetFingerType(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
SetDefaults()
Declaration
public void SetDefaults()