ShaderParamDefOptions.SetTexturable operator

Introduced

v9.0 (2011)

Description

Sets whether or not this parameter definition will be a shader node port when instantiated (supports being connected to a rendering node).

C# Syntax

ShaderParamDefOptions.SetTexturable( Boolean in_v );

Scripting Syntax

ShaderParamDefOptions.SetTexturable( in_v );

Parameters

Parameter Type Description
in_v Boolean True if texturable.

See Also

ShaderParamDef.Texturable ShaderParamDefOptions.SetAnimatable ShaderParamDefOptions.SetInspectable siCapabilities Parameter.Capabilities