FMX.Types3D.TVertexBuffer.VerticesPtr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property VerticesPtr[AIndex: Integer]: PPoint3D read GetVerticesPtr;

C++

__property System::Math::Vectors::PPoint3D VerticesPtr[int AIndex] = {read=GetVerticesPtr};

プロパティ

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


説明

指定されたインデックスにある頂点へのポインタを返します。

VerticesPtr は、AIndex パラメータで指定されたインデックスの位置にあるバッファから、頂点へのポインタを返します。

関連項目