Show / Hide Table of Contents

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()
Namespace: HurricaneVR.Framework.Core.HandPoser
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

Button

Declaration
public HVRButtons Button
Field Value
Type Description
HVRButtons
| Improve this Doc View Source

ButtonParameter

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
public bool Disabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

IndexStart

Declaration
public float IndexStart
Field Value
Type Description
System.Single
| Improve this Doc View Source

IndexType

Declaration
public HVRFingerType IndexType
Field Value
Type Description
HVRFingerType
| Improve this Doc View Source

Mask

Declaration
public HVRHandPoseMask Mask
Field Value
Type Description
HVRHandPoseMask
| Improve this Doc View Source

MiddleStart

Declaration
public float MiddleStart
Field Value
Type Description
System.Single
| Improve this Doc View Source

MiddleType

Declaration
public HVRFingerType MiddleType
Field Value
Type Description
HVRFingerType
| Improve this Doc View Source

PinkyStart

Declaration
public float PinkyStart
Field Value
Type Description
System.Single
| Improve this Doc View Source

PinkyType

Declaration
public HVRFingerType PinkyType
Field Value
Type Description
HVRFingerType
| Improve this Doc View Source

Pose

Declaration
public HVRHandPose Pose
Field Value
Type Description
HVRHandPose
| Improve this Doc View Source

RingStart

Declaration
public float RingStart
Field Value
Type Description
System.Single
| Improve this Doc View Source

RingType

Declaration
public HVRFingerType RingType
Field Value
Type Description
HVRFingerType
| 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
public float Speed
Field Value
Type Description
System.Single
| Improve this Doc View Source

ThumbStart

Declaration
public float ThumbStart
Field Value
Type Description
System.Single
| Improve this Doc View Source

ThumbType

Declaration
public HVRFingerType ThumbType
Field Value
Type Description
HVRFingerType
| Improve this Doc View Source

Type

Declaration
public BlendType Type
Field Value
Type Description
BlendType
| 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
Type Description
HVRFingerType
| Improve this Doc View Source

SetDefaults()

Declaration
public void SetDefaults()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX