ShaderParamDef.IsArray operator

Introduced

v9.0 (2011)

Categories

ICE Shaders

Description

Returns a Boolean value describing whether or not the parameter is an array parameter (true if it is). This is a convenience method for testing the following:

ShaderParamDef.DataType == siShaderDataTypeArray

See Also

ShaderArrayParamDef ShaderParamDefContainer.AddArrayParamDef ShaderArrayParameter