FMX.Types3D.TContext3D.PushContextStates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushContextStates;

C++

void __fastcall PushContextStates();

Properties

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

Description

Pushes the current state to the stack of saved states.

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

See Also