FMX.Objects3D.TCustomMesh.DoMeshChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMeshChanged(Sender: TObject);

C++

void __fastcall DoMeshChanged(System::TObject* Sender);

Properties

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

Description

Executes each time the mesh data attached to this TCustomMesh object changes.

DoMeshChanged re-renders the control.

See Also