Blamite Game Engine - blam!  00296.01.12.21.0102.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.

◆ PrepareCamera()

void Blam::Director::PrepareCamera ( )

Prepares the director for use.

◆ ShutdownCamera()

void Blam::Director::ShutdownCamera ( )

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