v9.0 (2011)
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
// get accessor Boolean rtn = ShaderParamDef.IsArray; |