FMX.Types3D.TVertexBuffer.VerticesPtr
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 パラメータで指定されたインデックスの位置にあるバッファから、頂点へのポインタを返します。