FMX.Types3D.TContext3D.Texture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Texture: TTexture read FTexture;

C++

__property TTexture* Texture = {read=FTexture};

Properties

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

Description

Represents the texture associated with this context.

See Also