FMX.Layers3D.TAbstractLayer3D.GetAllowAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAllowAlign: Boolean;

C++

bool __fastcall GetAllowAlign();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Returns whether this 3D layer is visible and the projection is set to TProjection.Screen.

GetAllowAlign returns True if this 3D layer is visible and its projection is set to TProjection.Screen, False otherwise.

See Also