FMX.Types3D.TVertexBuffer.TexCoord2
Delphi
property TexCoord2[AIndex: Integer]: TPointF read GetTexCoord2 write SetTexCoord2;
C++
__property System::Types::TPointF TexCoord2[int AIndex] = {read=GetTexCoord2, write=SetTexCoord2};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TVertexBuffer |
Description
Fournit un accès à la troisième coordonnée de la texture d'un sommet spécifié.
TexCoord2 représente la troisième coordonnée de la texture du sommet spécifié par AIndex
.