FMX.Types3D.TContextShader.BuildKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function BuildKey(const Name: string; const Kind: TContextShaderKind;  const Sources: array of TContextShaderSource): string;

C++

__classmethod System::UnicodeString __fastcall BuildKey(const System::UnicodeString Name, const TContextShaderKind Kind, const TContextShaderSource *Sources, const int Sources_High);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContextShader


Beschreibung

Gibt den String-Schlüssel für diesen Schattierer zurück.

Mit BuildKey können Sie den String abrufen, der den aktuellen Schattierer identifiziert.

Siehe auch