ShaderParamDef.MainPort operator

Introduced

v9.0 (2011)

Description

Returns or sets a Boolean value describing whether or not the port is the main port (true if it is).

C# Syntax

// get accessor

Boolean rtn = ShaderParamDef.MainPort;

// set accessor

ShaderParamDef.MainPort = Boolean;