FMX.Types3D.TVertexBuffer.ItemPtr
Delphi
property ItemPtr[AIndex: Integer]: Pointer read GetItemPtr;
C++
__property void * ItemPtr[int AIndex] = {read=GetItemPtr};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TVertexBuffer |
Description
Returns a pointer to the generic item at the specified index.
ItemPtr returns a pointer to the element from the buffer that is located at the index given by the AIndex
parameter.
See Also