FMX.Types3D.TTexture.TextureScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextureScale: Single read FTextureScale; // hi resolution mode

C++

__property float TextureScale = {read=FTextureScale};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TTexture

Description

Specifies the scale of the texture.

Use TextureScale to set the scale in high-resolution mode as a value of type Single.

See Also