FMX.Viewport3D.TViewport3D.UsingDesignCamera

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UsingDesignCamera: Boolean read FUsingDesignCamera write SetUsingDesignCamera default True;

C++

__property bool UsingDesignCamera = {read=FUsingDesignCamera, write=SetUsingDesignCamera, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Viewport3D.pas
FMX.Viewport3D.hpp
FMX.Viewport3D TViewport3D

Description

Specifies whether the Context property of this TViewport3D uses the design-time camera as current camera.

If UsingDesignCamera is True, the Context property of this TViewport3D will use the design-time camera as current camera. Set UsingDesignCamera to False so you can change the currently used camera at run time.

See Also