Class TCastle2DControl
Unit
CastleControl
Declaration
type TCastle2DControl = class(TCastleControlCustom)
Description
Render 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
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
Generated by PasDoc 0.14.0.
|