FMX.Types3D.TMaterial.Apply

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Apply(const Context: TContext3D);

C++

void __fastcall Apply(TContext3D* const Context);

Properties

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

Description

Applies the material to the given context.

Use Apply to set the data of the material to the context specified by the Context parameter.

See Also