FMX.Layers3D.TAbstractLayer3D.Resolution

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resolution: Integer read FResolution write SetResolution;

C++

__property int Resolution = {read=FResolution, write=SetResolution, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Specifies the resolution (quality) of this 3D layer.

Resolution only affects in camera projection mode. Resolution specifies the number of pixels in one unit. For instance, if a layer is 4x5 in size, then setting Resolution to 50 will obtain a 200x250 pixels layer.

See Also