FMX.Types3D.TMeshData.VertexBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertexBuffer: TVertexBuffer read FVertexBuffer;

C++

__property TVertexBuffer* VertexBuffer = {read=FVertexBuffer};

Properties

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

Description

Is the vertex buffer attached to this 3D mesh.

See Also