HGamer3D-Ogre-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - Ogre Bindings

Safe HaskellNone

HGamer3D.Bindings.Ogre.ClassSceneManagerFactory

Synopsis

Documentation

deleteSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance which is going to be deleted.

-> IO () 

createInstanceSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> String

instanceName

-> IO HG3DClass 

Destroy an instance of a SceneManager

Create a new instance of a SceneManager. Don't call directly, use SceneManagerEnumerator::createSceneManager.

destroyInstanceSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> HG3DClass

instance

-> IO ()