API:FMX.Layers3D.TLayer3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layers3D.TCustomLayer3DFMX.Layers3D.TCustomBufferLayer3DFMX.Layers3D.TAbstractLayer3DFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTLayer3D

Delphi

TLayer3D = class(TCustomLayer3D)

C++

class PASCALIMPLEMENTATION TLayer3D : public TCustomLayer3D

Properties

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

Description

Represents the base class for all 3D layers.

FMX.Layers3D.TLayer3D inherits from FMX.Layers3D.TCustomLayer3D. All content below this line refers to FMX.Layers3D.TCustomLayer3D.

Represents the base class for all 3D layers.

The TCustomLayer3D class is the base class for all 3D layers. TCustomLayer3D also implements IScene and IContainerObject.

If you need to implement your own 3D layer with scene and object container functionality, then you should derive from TCustomLayer3D.

In applications, use TLayer3D directly, because it publishes a set of properties in the Object Inspector while maintaining the functionality implemented by TCustomLayer3D.

See Also