pcDefineParamSlot
pcDefineParamSlot(g_type g_value g_pcIsParamSlot) => l_paramDefDPL
Description
Constructs a parameter DPL, which is used to define a parameter slot of the specified device.
Arguments
|
A string defining the parameter type. Valid values are |
|
Value Returned
Examples
defclass( CORE ( pcParamClass ) ( (cyanW @initform pcDefineParamSlot("float" 0.6))
(cyanL @initform pcDefineParamSlot("float" 0.2))
(greenW @initform pcDefineParamSlot("float" 0.2))
(greenL @initform pcDefineParamSlot("float" 0.8))
(coreBBox @initarg coreBBox)
)
)
Constructs a parameter DPL, which is used to define a parameter slot of pcParamClass.
Return to top