FMX.Types3D.TContext3D.SetContextState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContextState(const State: TContextState);

C++

void __fastcall SetContextState(const TContextState State);

Properties

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

Description

Sets the given context state of the 3D context.

The State parameter specifies the context state to set.

See Also