ShaderParamDefOptions.SetInspectable
 
 
 

ShaderParamDefOptions.SetInspectable operator

Introduced

v9.0 (2011)

Description

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

C# Syntax

ShaderParamDefOptions.SetInspectable( Boolean in_v );

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 ShaderParamDefOptions.SetReadOnly siCapabilities Parameter.Capabilities