Castle Game Engine |
Class TCastle2DControlUnitDeclaration
DescriptionRender 2D game world and GUI. Add your game stuff, like T2DScene, to the scene manager available in SceneManager property. Add your GUI stuff to the TCastleControlCustom.Controls property (from ancestor TCastleControlCustom). You can directly access the SceneManager and configure it however you like. The difference between this and TCastleControl is that this provides a scene manager descending from T2DSceneManager, which is a little more comfortable for typical 2D games. See T2DSceneManager description for details. In principle, you can use any of these control classes to develop any mix of 3D or 2D game. Hierarchy
OverviewMethods
Properties
DescriptionMethods
Properties
Generated by PasDoc 0.15.0. |