FMX.Types3D.ITextureAccess.SetTextureScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTextureScale(const Scale: Single);

C++

virtual void __fastcall SetTextureScale(const float Scale) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D ITextureAccess

Description

Sets the scale of the texture.

Use SetTextureScale to set the resolution of the texture as a value of type Single.

SetTextureScale is the setter method for the TextureScale property.

See Also