Skip to main content
Version: 20 Mar 2024

NativeBindings

Public Methods

string GetKeyPointName

public static string GetKeyPointName(
KeyPointLocation location,
int keyPointIndex
)

Parameters

TypeNameDescription
KeyPointLocationlocation
intkeyPointIndex

bool GetKeyPointStatus

public static bool GetKeyPointStatus(
InputDevice handDevice,
KeyPointLocation location,
int keyPointIndex
)

Parameters

TypeNameDescription
InputDevicehandDevice
KeyPointLocationlocation
intkeyPointIndex

void SetPreRenderPoseUpdate

Native call for pre render Keypoints update.

public void SetPreRenderPoseUpdate(
bool enable
)

Parameters

TypeNameDescription
boolenablebool to determine if pre render pose update should happen.

bool TryGetKeyPointsMask

public static bool TryGetKeyPointsMask(
InputDevice handDevice,
out bool [] keyPointsMask
)

Parameters

TypeNameDescription
InputDevicehandDevice
out bool []keyPointsMask