![]() |
Nuitrack
1.7.0
3D Skeleton Tracking Middleware
|
Stores the information about all available skeletons at a certain point in time. More...
Public Member Functions | |
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 () |
Protected Member Functions | |
SkeletonData (IntPtr ptr, nuitrack.NativeResources.Deleter deleter) | |
![]() | |
PooledUnmanagedResource (IntPtr ptr, Deleter deleter) | |
override void | Dispose (bool disposing) |
![]() | |
UnmanagedResource (IntPtr ptr, Deleter deleter) | |
Protected Attributes | |
int | numJoints |
ulong | timestamp |
Properties | |
int | NumUsers [get, set] |
Get the number of users. More... | |
Skeleton[] | Skeletons [get, set] |
Get the skeletons. More... | |
ulong | Timestamp [get, set] |
Get the skeleton data timestamp. More... | |
int | numUsers [get, set] |
Skeleton[] | skeletons [get, set] |
![]() | |
IntPtr | Handle [get] |
Stores the information about all available skeletons at a certain point in time.
|
inlinevirtual |
Get a clone of the object (a reference to the object data is added for native resource).
|
inline |
Get the skeleton by ID.
[in] | id | Identifier. |
|
getset |
Get the number of users.
|
getsetprotected |
|
getset |
Get the skeletons.
|
getset |
Get the skeleton data timestamp.