Why Meta Quest?
Design
Develop
API reference
Distribute and grow
Blog
Support
API reference
API reference
Select your platform
No SDKs available
No versions available
Overview
AlertViewHUD
Boundary
Fusion
IOVRAnchorComponent
InlineLinkAttribute
Meta
OVR
OVRAnchor
OVRAnchorContainer
OVRAudioSourceTest
OVRAutoDestroyInMRC
OVRBody
OVRBone
OVRBoneCapsule
OVRBoundary
OVRBounded2D
OVRBounded3D
OVRBuildInfo
OVRCameraRig
OVRChromaticAberration
OVRColocationSession
OVRControllerDrivenHandPosesSample
OVRControllerHelper
OVRControllerTest
OVRCubemapCapture
OVRCursor
OVRCustomFace
OVRCustomFaceExtensions
OVRCustomSkeleton
OVRDebugHeadController
OVRDebugInfo
OVRDisplay
OVRDynamicObject
OVREnumExtensions
OVRExtensions
OVREyeGaze
OVRFace
OVRFaceExpressions
OVRGLTFAccessor
OVRGLTFAnimatinonNode
OVRGLTFAnimationNodeMorphTargetHandler
OVRGLTFLoader
OVRGLTFScene
OVRGazePointer
OVRGrabbable
OVRGrabber
OVRGridCube
OVRHand
OVRHandTest
OVRHandTrackingWideMotionModeSample
OVRHaptics
OVRHapticsClip
OVRHapticsTest
OVRHeadsetEmulator
OVRHumanBodyBonesMappingsInterface
OVRInput
OVRInput
OVRInputRayData
OVRKtxTexture
OVRLayerAttribute
OVRLocatable
OVRManager
OVRMarkerPayload
OVRMaterialData
OVRMesh
OVRMeshAttributes
OVRMeshData
OVRMeshJobs
OVRMeshRenderer
OVRMicrogestureEventSource
OVRMicrogesturesSample
OVRMixedRealityCaptureTest
OVRModeParms
OVRMonoscopic
OVRNativeBuffer
OVRNativeList
OVRNetwork
OVRNodeStateProperties
OVROverlay
OVROverlayCanvas
OVROverlayCanvasManager
OVROverlayCanvasSettings
OVROverlayCanvas_TMPChanged
OVROverlayMeshGenerator
OVRPassthroughColorLut
OVRPassthroughLayer
OVRPermissionsRequester
OVRPlatformMenu
OVRPlayerController
OVRPointerVisualizer
OVRPose
OVRProfile
OVRProgressIndicator
OVRRayHelper
OVRRayTransformer
OVRRaycaster
OVRResetOrientation
OVRResources
OVRResult
OVRRoomLayout
OVRRuntimeAssetsBase
OVRRuntimeController
OVRRuntimeSettings
OVRScene
OVRSceneAnchor
OVRSceneLoader
OVRSceneManager
OVRSceneModelLoader
OVRSceneObjectTransformType
OVRScenePlane
OVRScenePlaneMeshFilter
OVRScenePrefabOverride
OVRSceneRoom
OVRSceneSampleController
OVRSceneVolume
OVRSceneVolumeMeshFilter
OVRScreenFade
OVRSemanticClassification
OVRSemanticLabels
OVRSharable
OVRSimultaneousHandsAndControllersSample
OVRSkeleton
OVRSkeletonRenderer
OVRSpace
OVRSpaceUser
OVRSpatialAnchor
OVRStorable
OVRSystemPerfMetrics
OVRTask
OVRTaskBuilder
OVRTextureData
OVRTracker
OVRTriangleMesh
OVRUnityHumanoidSkeletonRetargeter
OVRVignette
OVRVirtualKeyboard
OVRVirtualKeyboardInputFieldTextHandler
OVRVirtualKeyboardSampleControls
OVRVirtualKeyboardSampleInputHandler
OVRWaitCursor
OperationResultExtensions
ProcessPort
RoomMeshAnchor
SharedSpatialAnchorErrorHandler
Code samples
Downloads
Release notes
Supported platforms
OVREnumExtensions
OVREnumExtensions Class
Extension methods for Core SDK Enums, including helpers to translate between enum types and OVRHandSkeletonVersions.
Static Member Functions
static bool
IsHand
( this
OVRSkeleton.SkeletonType
skeletonType )
Returns true if the provided
OVRSkeleton.SkeletonType
corresponds to any type of Hand skeleton.
static bool
IsOpenXRHandSkeleton
( this
OVRSkeleton.SkeletonType
skeletonType )
Returns true if the provided
OVRSkeleton.SkeletonType
is a hand skeleton corresponding to the OVRHandSkeletonVersion.OpenXR skeleton version.
static bool
IsOVRHandSkeleton
( this
OVRSkeleton.SkeletonType
skeletonType )
Returns true if the provided
OVRSkeleton.SkeletonType
is a hand skeleton corresponding to the OVRHandSkeletonVersion.OVR skeleton version.
static bool
IsLeft
( this
OVRSkeleton.SkeletonType
type )
Returns true if the provided
OVRSkeleton.SkeletonType
is a left hand skeleton.
static
OVRHand.Hand
AsHandType
( this
OVRSkeleton.SkeletonType
skeletonType )
Translates an
OVRSkeleton.SkeletonType
to an
OVRHand.Hand
type.
static
OVRSkeleton.SkeletonType
AsSkeletonType
( this
OVRHand.Hand
hand )
static
OVRSkeleton.SkeletonType
AsSkeletonType
( this
OVRHand.Hand
hand,
OVRHandSkeletonVersion version )
Translates an
OVRHand.Hand
of the provided OVRHandSkeletonVersion version to an
OVRSkeleton.SkeletonType
type.
static OVRMesh.MeshType
AsMeshType
( this
OVRHand.Hand
hand )
static bool
IsOpenXRHandMesh
( this OVRMesh.MeshType meshType )
Returns true if the provided OVRMesh.MeshType is a hand mesh corresponding to the OVRHandSkeletonVersion.OpenXR skeleton version.
static bool
IsOVRHandMesh
( this OVRMesh.MeshType meshType )
Returns true if the provided OVRMesh.MeshType is a hand mesh corresponding to the OVRHandSkeletonVersion.OVR skeleton version.
static OVRMesh.MeshType
AsMeshType
( this
OVRHand.Hand
hand,
OVRHandSkeletonVersion version )
Translates an
OVRHand.Hand
of the provided OVRHandSkeletonVersion version to an OVRMesh.MeshType type.
static bool
IsLeft
( this OVRMesh.MeshType type )
Returns true if the provided OVRMesh.MeshType is a left hand mesh.
static bool
IsHand
( this OVRMesh.MeshType meshType )
Returns true if the provided OVRMesh.MeshType corresponds to any type of Hand skeleton.
static
OVRHand.Hand
AsHandType
( this OVRMesh.MeshType meshType )
Translates an OVRMesh.MeshType to an
OVRHand.Hand
type.
Build with Meta
Social Technologies
Meta Horizon
AI
Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
Build with Meta
Social Technologies
Meta Horizon
AI
Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
Build with Meta
Social Technologies
Meta Horizon
AI
Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
English (US)
© 2026 Meta