Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
Blam::Director Namespace Reference

Namespace for things related to the debug camera (director). More...

Functions

BLAM void PrepareCamera ()
 Prepares the director for use. More...
 
BLAM void ShutdownCamera ()
 Destroys the director and cleans up any data related to it. More...
 
BLAM BlamDirectorGetCamera ()
 Retrieves the director instance. More...
 

Detailed Description

Namespace for things related to the debug camera (director).

Function Documentation

◆ GetCamera()

BlamDirector * Blam::Director::GetCamera ( )

Retrieves the director instance.

Returns
Pointer to the currently in-use director.
+ Here is the caller graph for this function:

◆ PrepareCamera()

void Blam::Director::PrepareCamera ( )

Prepares the director for use.

+ Here is the caller graph for this function:

◆ ShutdownCamera()

void Blam::Director::ShutdownCamera ( )

Destroys the director and cleans up any data related to it.

+ Here is the caller graph for this function: