Class TCastle2DNavigation
Unit
Declaration
type TCastle2DNavigation = class(TCastleExamineNavigation)
Description
Navigation most suitable for 2D viewports (with orthographic projection and standard direction/up: -Z/+Y).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleUserInterface
- TCastleNavigation
- TCastleExamineNavigation
- TCastle2DNavigation
Overview
Methods
constructor Create(AOwner: TComponent); override; |
Properties
property MouseButtonMove default buttonLeft; |
|
property MouseButtonZoom default buttonMiddle; |
|
property RotationEnabled default false; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
Properties
property MouseButtonMove default buttonLeft; |
|
This item has no description. |
property MouseButtonZoom default buttonMiddle; |
|
This item has no description. |
property RotationEnabled default false; |
|
This item has no description. Showing description inherited from TCastleExamineNavigation.RotationEnabled.
Enable rotating the camera around the model by user input. When Note that this doesn't prevent from rotating by code, e.g. by setting Rotations property or calling Camera.SetWorldView. |
Generated by PasDoc 0.16.0-snapshot.