FMX.Types3D.TVertexBuffer.TexCoord2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TexCoord2[AIndex: Integer]: TPointF read GetTexCoord2 write SetTexCoord2;

C++

__property System::Types::TPointF TexCoord2[int AIndex] = {read=GetTexCoord2, write=SetTexCoord2};

Properties

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

Description

Provides access to the third texture coordinate of a specified vertex.

TexCoord2 represents the third texture coordinate for the vertex specified by AIndex.

See Also