HGamer3D-Ogre-Binding-0.1.8: Library to enable 3D game development for Haskell - Ogre Bindings

Safe HaskellSafe-Infered

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 

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

destroyInstanceSource

Arguments

:: HG3DClass

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

-> HG3DClass

instance

-> IO () 

Destroy an instance of a SceneManager