FMX.Types3D.TVertexBuffer.TexCoord3

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TexCoord3[AIndex: Integer]: TPointF read GetTexCoord3 write SetTexCoord3;

C++

__property System::Types::TPointF TexCoord3[int AIndex] = {read=GetTexCoord3, write=SetTexCoord3};

Properties

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

Description

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

TexCoord3 represents the fourth texture coordinate for the vertex specified by AIndex.

See Also