ShaderParamDefOptions.SetReadOnly
 
 
 

ShaderParamDefOptions.SetReadOnly operator

Introduced

v11.0 (2013)

Description

Sets the ReadOnly capability.

C# Syntax

ShaderParamDefOptions.SetReadOnly( Boolean in_v );

Scripting Syntax

ShaderParamDefOptions.SetReadOnly( in_v );

Parameters

Parameter Type Description
in_v Boolean True if read only.

See Also

ShaderParamDef.Texturable ShaderParamDefOptions.SetAnimatable ShaderParamDefOptions.SetInspectable siCapabilities Parameter.Capabilities