FMX.Types3D.TVertexBuffer.TexCoord1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TexCoord1[AIndex: Integer]: TPointF read GetTexCoord1 write SetTexCoord1;

C++

__property System::Types::TPointF TexCoord1[int AIndex] = {read=GetTexCoord1, write=SetTexCoord1};

Properties

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

Description

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

TexCoord1 represents the second texture coordinate for the vertex specified by AIndex.

See Also