ShaderArrayParamDef.ItemInitialCount operator

Introduced

v9.0 (2011)

Description

Returns or sets the number of array items that will be instantiated when the shader is connected. This property returns the number as a Long.

C# Syntax

// get accessor
Int32 rtn = ShaderArrayParamDef.ItemInitialCount;
// set accessor
ShaderArrayParamDef.ItemInitialCount = Int32;

See Also

ShaderArrayParamDef.ItemName ShaderArrayParamDef.ItemInitialValues ShaderArrayParameter