Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Inherits nuitrack.Module.
Public Member Functions | |
delegate void | OnUpdate (IssuesData issuesData) |
virtual IssuesData | GetIssuesData () |
Gets the issues data. More... | |
abstract float | GetProcessingTime () |
Gets the average processing time. More... | |
Public Member Functions inherited from nuitrack.Module | |
String | GetPerformanceInfo () |
virtual void | Release () |
void | subscribe () |
Static Public Member Functions | |
static IssueTracker | Create () |
Protected Member Functions | |
void | SignalOnUpdate (IssuesData data) |
Protected Member Functions inherited from nuitrack.Module | |
void | unsubscribe () |
abstract void | subscribeImpl () |
abstract void | unsubscribeImpl () |
Protected Attributes | |
IssuesData | issuesData |
Protected Attributes inherited from nuitrack.Module | |
System.IntPtr | ptr |
int | usageCount |
int | isSubscribed |
long | lastCall |
Events | |
OnUpdate | OnUpdateEvent |
Occurs on update. More... | |
Additional Inherited Members | |
Properties inherited from nuitrack.Module | |
System.IntPtr | Ptr [get] |
Gets the native ptr. More... | |
|
inlinevirtual |
Gets the issues data.
|
pure virtual |
Gets the average processing time.
OnUpdate nuitrack.IssueTracker.OnUpdateEvent |
Occurs on update.