ShaderParamDefOptions.SetAnimatable operator

導入

v9.0 (2011)

詳細

このシェーダパラメータがアニメート可能かどうかを設定します。

C#構文

ShaderParamDefOptions.SetAnimatable( Boolean in_v );

スクリプト構文

ShaderParamDefOptions.SetAnimatable( in_v );

パラメータ

パラメータ タイプ 説明
in_v Boolean アニメート可能な場合は true

関連項目

ShaderParamDefOptions.SetTexturable ShaderParamDefOptions.SetInspectable ShaderParamDefOptions.SetReadOnly ShaderParamDef.Capabilities siCapabilities Parameter.Animatable Parameter.Capabilities