![]() |
DI-Guy SDK Documentation
13.6
|
Go to the source code of this file.
Classes | |
| class | diguyAuthorVisualObjectHandle |
| The diguyAuthorVisualObjectHandle class provides an interface for creating supplemental visuals needed for creating DI-Guy scenarios in a Host IG. More... | |
Typedefs | |
| typedef diguyAuthorVisualObjectHandle * | diguyAuthorVisualObjectHandleCreateFunc(void *internal_data) |
Functions | |
| void | diguy_author_set_object_handle_visual_create_func (diguyAuthorVisualObjectHandleCreateFunc *func) |
| Function for setting the create function for object handle visual subclass objects. More... | |
Variables | |
| comment line count1comment line | count1 |
| typedef diguyAuthorVisualObjectHandle* diguyAuthorVisualObjectHandleCreateFunc(void *internal_data) |
| void diguy_author_set_object_handle_visual_create_func | ( | diguyAuthorVisualObjectHandleCreateFunc * | func | ) |
Function for setting the create function for object handle visual subclass objects.
This should be called after diguy_author_initialize(), but before any scenario is created of loaded.
| comment line count1comment line count1 |