FMX.Objects3D.TModel3D.WriteModel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteModel(Stream: TStream);

C++

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

Properties

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

Description

Writes the model to the given stream. The Stream parameter specifies the stream that will contain the model.

See Also