FMX.Types3D.TIndexBuffer.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 TIndexBuffer

Description

Specifies a pointer to the index data.

See Also