FMX.Types3D.TContext3D.Lights

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

Delphi

property Lights: TLightDescriptionList read FLights;

C++

__property System::Generics::Collections::TList__1<TLightDescription>* Lights = {read=FLights};

プロパティ

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

説明

このコンテキストに使用可能な光源のリストを指定します。


関連項目