FMX.Layers3D.TBufferLayer3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layers3D.TCustomBufferLayer3DFMX.Layers3D.TAbstractLayer3DFMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBufferLayer3D

Delphi

TBufferLayer3D = class(TCustomBufferLayer3D)

C++

class PASCALIMPLEMENTATION TBufferLayer3D : public TCustomBufferLayer3D

Properties

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

Description

Represents a 3D layer that can hold any 2D objects and can be rendered with buffering.

The TBufferLayer3D class is a TCustomBufferLayer3D with additional published properties accessible through the Object Inspector.

A buffered 3D layer can be put onto a FireMonkey 3D form and can hold any other 2D objects that will be rendered with buffering.

See Also