Inherits nuitrack.Module.
|
void | SignalOnUpdate (IssuesData data) |
|
void | unsubscribe () |
|
abstract void | subscribeImpl () |
|
abstract void | unsubscribeImpl () |
|
|
IssuesData | issuesData |
|
System.IntPtr | ptr |
|
int | usageCount |
|
int | isSubscribed |
|
long | lastCall |
|
|
System.IntPtr | Ptr [get] |
| Gets the native ptr. More...
|
|
virtual IssuesData nuitrack.IssueTracker.GetIssuesData |
( |
| ) |
|
|
inlinevirtual |
Gets the issues data.
- Returns
- The issues data.
abstract float nuitrack.IssueTracker.GetProcessingTime |
( |
| ) |
|
|
pure virtual |
Gets the average processing time.
- Returns
- The average processing time in ms.
OnUpdate nuitrack.IssueTracker.OnUpdateEvent |