ShaderParamDefOptions.SetInspectable operator

導入

v9.0 (2011)

詳細

インスタンス化されたShaderに関連付けられているプロパティページに、このパラメータ定義を表示するかどうかを設定します。

C#構文

ShaderParamDefOptions.SetInspectable( Boolean in_v );

スクリプト構文

ShaderParamDefOptions.SetInspectable( in_v );

パラメータ

パラメータ タイプ 説明
in_v Boolean インスペクト可能な場合は True (プロパティ ページに表示されます)。

関連項目

ShaderParamDefOptions.SetAnimatable ShaderParamDefOptions.SetTexturable ShaderParamDefOptions.SetReadOnly siCapabilities Parameter.Capabilities