ShaderArrayParameter.Remove operator

Introduced

v9.0 (2011)

Categories

ICE Shaders

Description

Removes the specified item from this array. This is the scripting equivalent of choosing Remove from an item's context menu in the UI.

Scripting Syntax

ShaderArrayParameter.Remove( in_param );

Parameters

Parameter Type Description
in_param Variant The ShaderParameter to remove

See Also

ShaderArrayParameter.Add