FMX.Types3D.TVertexBuffer.Buffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Buffer: Pointer read FBuffer;

C++

__property void * Buffer = {read=FBuffer};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer

Description

Pointer to the vertex data.

See Also