NativeBindings
Public Methods
string GetKeyPointName
public static string GetKeyPointName(
KeyPointLocation location,
int keyPointIndex
)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyPointLocation | location | |
| int | keyPointIndex |
bool GetKeyPointStatus
public static bool GetKeyPointStatus(
InputDevice handDevice,
KeyPointLocation location,
int keyPointIndex
)
Parameters
| Type | Name | Description |
|---|---|---|
| InputDevice | handDevice | |
| KeyPointLocation | location | |
| int | keyPointIndex |
void SetPreRenderPoseUpdate
Native call for pre render Keypoints update.
public void SetPreRenderPoseUpdate(
bool enable
)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | enable | bool to determine if pre render pose update should happen. |
bool TryGetKeyPointsMask
public static bool TryGetKeyPointsMask(
InputDevice handDevice,
out bool [] keyPointsMask
)
Parameters
| Type | Name | Description |
|---|---|---|
| InputDevice | handDevice | |
| out bool [] | keyPointsMask |