DI-Guy SDK Documentation  13.7.1
diguyAuthorVisualObjectHandle.h File Reference
#include <declspec_diguy.h>
#include <diguy_typedefs.h>
#include <diguy_vector_classes.h>

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 diguyAuthorVisualObjectHandlediguyAuthorVisualObjectHandleCreateFunc(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 Documentation

typedef diguyAuthorVisualObjectHandle* diguyAuthorVisualObjectHandleCreateFunc(void *internal_data)

Function Documentation

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.

Variable Documentation

comment line count1comment line count1