|
enum | StereoMatrix { ViewLeft = 0,
ViewRight = 1,
ProjectionLeft = 2,
ProjectionRight = 3
} |
|
|
virtual void | Dispose () |
|
| DriverEvent (HPS.DriverEvent in_that) |
|
delegate void | DtorDelegate (IntPtr cPtr) |
|
IntPtr | GetClassID () |
|
IntPtr | GetGraphicsContext () |
|
IntPtr | GetSurface (int index) |
|
void | SetStereoMatrix (HPS.DriverEvent.StereoMatrix id, HPS.MatrixKit in_matrix) |
|
|
virtual void | deleteCptr () |
|
virtual bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
virtual bool | IsUserDerived () |
|
|
static void | DtorCallback (IntPtr p) |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
|
static Dictionary< IntPtr, DriverEvent > | cachedObjects = new Dictionary<IntPtr, DriverEvent>() |
|
static ReaderWriterLockSlim | mapLock = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion) |
|
The DriverEvent class is the common base class of all driver events. A driver event represents a specific action the driver performs during an update. DriverEvents occur on the driver updater thread.
◆ GetClassID()
IntPtr HPS.DriverEvent.GetClassID |
( |
| ) |
|
|
inline |
Returns a unique identifier that is shared by all objects of the same class.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.DriverEvent.cs