Event Class |
Namespace: Demo3D.EventQueue
public sealed class Event : PriorityQueueNode
The Event type exposes the following members.
| Name | Description | |
|---|---|---|
| Action |
The action to be invoked when the event occurs.
| |
| Canceled |
Has the event been canceled.
| |
| Description | ||
| Time |
The absolute simulation time that the event will occur at.
|
| Name | Description | |
|---|---|---|
| Cancel |
Cancel the event.
| |
| Process |
Invoke the action now and mark it as Canceled.
| |
| ToString |
String representation of the event if not canceled.
(Overrides ObjectToString.) |