FMX.Layers3D.TAbstractLayer3D
Delphi
TAbstractLayer3D = class(TControl3D, IAlignableObject, IAlignRoot)
C++
class PASCALIMPLEMENTATION TAbstractLayer3D : public Fmx::Controls3d::TControl3D
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Layers3D.pas FMX.Layers3D.hpp |
FMX.Layers3D | FMX.Layers3D |
Description
Represents the base class that defines the structure for all 3D layers.
The TAbstractLayer3D class defines the structure of a 3D layer and is the parent class of all the 3D layers in FMX.Layers3D. Almost all the methods declared in TAbstractLayer3D are virtual, which means that they are to be overridden in subclasses.
These classes derive directly from TAbstractLayer3D:
The rest of the classes declared in FMX.Layers3D derive from TCustomBufferLayer3D or TCustomLayer3D. Therefore, every 3D layer implements and extends the functionality of TAbstractLayer3D.