ShaderParamDef.IsInput operator

Introduced

v9.0 (2011)

Description

Returns a Boolean value describing whether or not the parameter is an input parameter (true if input).

C# Syntax

// get accessor
Boolean rtn = ShaderParamDef.IsInput;

See Also

ShaderDef.InputParamDefs ShaderParamDef.IsOutput