FMX.Types3D.TMeshData.IndexBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndexBuffer: TIndexBuffer read FIndexBuffer;

C++

__property TIndexBuffer* IndexBuffer = {read=FIndexBuffer};

Properties

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

Description

The index buffer attached to this 3D mesh.

See Also