FMX.Controls3D.TCamera

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCamera

Delphi

TCamera = class(TControl3D)

C++

class PASCALIMPLEMENTATION TCamera : public TControl3D

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D FMX.Controls3D

Description

Represents the class for camera objects.

Use TCamera to define the scene perspective and projection of the objects in the scene to the viewport.

Use Target to set the object to be watched.

See Also