FMX.Objects3D.TRectangle3D.ZWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ZWrite: Boolean read FZWrite write SetZWrite default 1;

C++

__property ZWrite = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRectangle3D

Description


Determines whether writing to the z-buffer is allowed.

FMX.Objects3D.TRectangle3D.ZWrite inherits from FMX.Controls3D.TControl3D.ZWrite. All content below this line refers to FMX.Controls3D.TControl3D.ZWrite.

Determines whether writing to the z-buffer is allowed.

If ZWrite is True, writing to the z-buffer is allowed. By default, ZWrite is True.