API reference
API reference
Select your platform
No SDKs available
No versions available

Hand Enum

Represents the hand side in a spatial context.
This enum class is used to distinguish between the left and right hand, typically in applications involving spatial interactions or gestures.

Signature

enum Hand : Enum<Hand> 

Enumeration Constants

MemberDescription
LEFT
An Int value of zero (0) specifies the left hand
RIGHT
An Int value of one (1) specifies the right hand

Properties

side : Int
[Get]
An integer representing the side of the hand, where 0 is LEFT and 1 is RIGHT.
Signature
val side: Int
Did you find this page helpful?