Show / Hide Table of Contents

Class HVRConstants

Inheritance
System.Object
HVRConstants
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.Utils
Assembly: HurricaneVR.Framework.dll
Syntax
public static class HVRConstants

Fields

| Improve this Doc View Source

DefaultGrabbableMask

Declaration
public const int DefaultGrabbableMask = 1048576
Field Value
Type Description
System.Int32
| Improve this Doc View Source

DefaultHandMask

Declaration
public const int DefaultHandMask = 2097152
Field Value
Type Description
System.Int32
| Improve this Doc View Source

DefaultPlayerMask

Declaration
public const int DefaultPlayerMask = 256
Field Value
Type Description
System.Int32
| Improve this Doc View Source

DynamicPose

Declaration
public const int DynamicPose = 22
Field Value
Type Description
System.Int32
| Improve this Doc View Source

GrabbableLayer

Declaration
public const int GrabbableLayer = 20
Field Value
Type Description
System.Int32
| Improve this Doc View Source

HandLayer

Declaration
public const int HandLayer = 21
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PlayerHandGrabbableMask

Declaration
public const int PlayerHandGrabbableMask = 3145984
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PlayerLayer

Declaration
public const int PlayerLayer = 8
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX