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

Overview

Methods

Public constructor Create(AOwner: TComponent); override;

Properties

Public property MouseButtonMove default buttonLeft;
Public property MouseButtonZoom default buttonMiddle;
Published property RotationEnabled default false;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Properties

Public property MouseButtonMove default buttonLeft;

This item has no description.

Public property MouseButtonZoom default buttonMiddle;

This item has no description.

Published 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 False, no keys / mouse dragging / 3D mouse etc. can cause a rotation.

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.