FMX.Objects3D.TModel3D.ReadModel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadModel(Stream: TStream);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TModel3D

Description

Reads the model from the given stream. The Stream parameter specifies the stream that has the model.

See Also