ShaderParamDefOptions.SetAttribute operator

導入

v9.0 (2011)

カテゴリ

ICE シェーダ

詳細

名前を使用して属性を設定します。属性は自由に名前を付けることができ、どのような値でも含めることができます。Softimage が解釈できる属性のリストについては、siShaderParameterAttributeを参照してください。

スクリプト 構文

ShaderParamDefOptions.SetAttribute( in_name, in_v );

パラメータ

パラメータ タイプ 詳細
in_name String 設定する属性の名前。siShaderParameterAttribute文字列定数のいずれかです。
in_v Variant 設定する値。これは、Softimage シェーダの文字列定数(siShaderReferenceFilterTypesiShaderPropertyFilterTypesiShaderCustomDataType)、またはカスタム値のいずれかになります。

関連項目

siShaderReferenceFilterType siShaderPropertyFilterType siShaderCustomDataType Shader Parameter Definitions