FMX.Types3D.TMaterial.GetMaterialProperty

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetMaterialProperty(const Prop: TProperty): string;

C++

__classmethod System::UnicodeString __fastcall GetMaterialProperty(const TProperty Prop);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMaterial


説明

指定されたプロパティに対応する文字列に返します。

GetMaterialProperty は、Prop パラメータによって指定されるマテリアル プロパティに対応する文字列を返します。

関連項目