FMX.Types3D.TContextShader.OriginalSource

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

Delphi

property OriginalSource: string read FOriginalSource;

C++

__property System::UnicodeString OriginalSource = {read=FOriginalSource};

プロパティ

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


説明

コンテキスト シェーダーの元のソース コードを表す文字列を返します。

OriginalSource を使用すると、シェーダーを定義する元のスクリプトを取得します。

関連項目