FMX.Types3D.TContext3D.PopContextStates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopContextStates;

C++

void __fastcall PopContextStates();

Properties

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

Description

Pops the top state from the stack of saved states, restoring the context to that state.

The state is given by all the states that are set for the context.

See Also