Stores the information about all available skeletons at a certain point in time.
More...
Inherits nuitrack.NativeResources.PooledUnmanagedResource, and ICloneable.
|
override void | Initialize () |
| Initialize the object data with UnmanagedResource Handle.
|
|
virtual object | Clone () |
| Get a clone of the object (a reference to the object data is added for native resource). More...
|
|
Skeleton | GetSkeletonByID (int id) |
| Get the skeleton by ID. More...
|
|
void | Dispose () |
|
|
| SkeletonData (IntPtr ptr, nuitrack.NativeResources.Deleter deleter) |
|
| PooledUnmanagedResource (IntPtr ptr, Deleter deleter) |
|
override void | Dispose (bool disposing) |
|
| UnmanagedResource (IntPtr ptr, Deleter deleter) |
|
|
int | numJoints |
|
ulong | timestamp |
|
Stores the information about all available skeletons at a certain point in time.
virtual object nuitrack.SkeletonData.Clone |
( |
| ) |
|
|
inlinevirtual |
Get a clone of the object (a reference to the object data is added for native resource).
- Returns
- A clone of the object.
Skeleton nuitrack.SkeletonData.GetSkeletonByID |
( |
int |
id | ) |
|
|
inline |
Get the skeleton by ID.
- Parameters
-
- Returns
- The skeleton by ID.
int nuitrack.SkeletonData.NumUsers |
|
getset |
Get the number of users.
- Returns
- The number of users.
int nuitrack.SkeletonData.numUsers |
|
getsetprotected |
- Warning
- For internal use only.
Skeleton [] nuitrack.SkeletonData.Skeletons |
|
getset |
Get the skeletons.
- Returns
- The skeletons.
ulong nuitrack.SkeletonData.Timestamp |
|
getset |
Get the skeleton data timestamp.
- Returns
- The timestamp.