ShaderParamDefOptions.SetInspectable operator

Introduced

v9.0 (2011)

Categories

ICE Shaders

Description

Sets whether or not this parameter definition will appear on the property page associated with the instantiated Shader.

Scripting Syntax

ShaderParamDefOptions.SetInspectable( in_v );

Parameters

Parameter Type Description
in_v Boolean True if inspectable (will appear on the property page).

See Also

ShaderParamDefOptions.SetAnimatable ShaderParamDefOptions.SetTexturable siCapabilities Parameter.Capabilities