FMX.Types3D.TContext3D.DoEndScene

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndScene; virtual;

C++

virtual void __fastcall DoEndScene();

Properties

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

Description

Makes required cleaning after drawing on the TContext3D object.

The protected DoEndScene method is called internally from EndScene. You should not call DoEndScene explicitly.

DoEndScene is an empty method. Override the protected DoEndScene method to provide other operations.

See Also