ShaderParamDef.IsArray operator

Introduced

v9.0 (2011)

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

C# Syntax

// get accessor
Boolean rtn = ShaderParamDef.IsArray;

See Also

ShaderArrayParamDef ShaderParamDefContainer.AddArrayParamDef ShaderArrayParameter