DI-Guy SDK Documentation  13.5
DI-Guy Scenario Application APIs

The portion of the API focused on giving programmer level access to DI-Guy Scenario. More...

Classes

class  diguyIGuyController
 A class that gives access to IGuy's parameters. More...
 
class  diguyViewButtonPanel
 
class  diguyViewPainter
 
class  diguyPluginKeyboardEvent
 
class  diguyPluginMouseEvent
 
class  diguyInfoPopup
 
class  diguyInteractionMachine
 diguyInteractionMachine objects give DI-Guy Scenario users a way of providing interactive, UI-driven input to a scenario that can change the way a scenario progresses. More...
 
class  diguyViewCameraSettings
 The diguyViewCameraSettings class holds camera settings data that can be loaded into a diguyViewCamera using the diguyViewCamera::load_settings() call. More...
 
class  diguyViewFog
 
class  diguyViewFogSettings
 The diguyViewFogSettings class holds camera settings data that can be loaded into a diguyViewFog using the diguyViewFog::load_settings() call. More...
 
class  diguyViewLabel
 
class  diguyViewLight
 
class  diguyViewLightSettings
  Summary: More...
 
class  diguyView
 A view is a graphics window wherein the scenario and its characters are animated. Note that views have a current camera and may have settings for visual effects, such as lighting and fog. Providing view information can sometimes be useful for DI-Guy, and is required when using the Load Manager. More...
 
class  diguyViewCamera
 The class that represents a camera in the world. More...
 

Detailed Description

The portion of the API focused on giving programmer level access to DI-Guy Scenario.