FMX.Types3D.TMeshData.ReadMesh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadMesh(Stream: TStream);

C++

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

Properties

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

Description

Reads the mesh data from the given stream. The Stream parameter may be a file stream or a memory stream.

See Also