FMX.Types3D.TMeshData.WriteMesh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteMesh(Stream: TStream);

C++

void __fastcall WriteMesh(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Description

Writes the mesh data to the given stream. The Stream parameter may be a file stream or a memory stream.

See Also