![]() |
VR-Vantage 2.6 API Documentation
|
Public Member Functions | |
| ImGuiPayload () | |
| void | Clear () |
| bool | IsDataType (const char *type) const |
| bool | IsPreview () const |
| bool | IsDelivery () const |
Public Attributes | |
| void * | Data |
| int | DataSize |
| ImGuiID | SourceId |
| ImGuiID | SourceParentId |
| int | DataFrameCount |
| char | DataType [32+1] |
| bool | Preview |
| bool | Delivery |
|
inline |
References Clear().
|
inline |
References Data, DataFrameCount, DataSize, DataType, Delivery, Preview, SourceId, and SourceParentId.
Referenced by ImGuiPayload().
|
inline |
References DataFrameCount, and DataType.
| void* ImGuiPayload::Data |
Referenced by Clear().
| int ImGuiPayload::DataFrameCount |
Referenced by Clear(), and IsDataType().
| char ImGuiPayload::DataType[32+1] |
Referenced by Clear(), and IsDataType().
| bool ImGuiPayload::Preview |
Referenced by Clear(), and IsPreview().
| bool ImGuiPayload::Delivery |
Referenced by Clear(), and IsDelivery().