FMX.Types3D.TVertexBuffer.Vertices

提供:RAD Studio API Documentation

Delphi

property Vertices[AIndex: Integer]: TPoint3D read GetVertices write SetVertices;

C++

__property System::Math::Vectors::TPoint3D Vertices[int AIndex] = {read=GetVertices, write=SetVertices};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer


説明

指定された頂点に対する頂点バッファの頂点コンポーネントへのアクセスを提供します。

Vertices は、AIndex で指定された頂点の頂点を表します。

関連項目