FMX.Layers3D.TSolidLayer3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layers3D.TAbstractLayer3DFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSolidLayer3D

Delphi

TSolidLayer3D = class(TAbstractLayer3D)

C++

class PASCALIMPLEMENTATION TSolidLayer3D : public TAbstractLayer3D

Properties

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

Description

Represents a solid 3D layer similar to a solid rectangle that can be placed in 3D space.

The TSolidLayer3D class publishes a set of additional properties to the Object Inspector. TSolidLayer3D cannot contain 2D objects, it can only contain other layers such as TImage3D, TLayer3D, and TTextLayer3D.

See Also