|
樓主 |
發表於 11-8-11 23:41
|
顯示全部樓層
請問K大, Param 的用法,
查說明
Param( ''name'', defaultval, min, max, step, sincr = 0 )
"name" - defines parameter name that will be displayed in the parameters dialog
defaultval - defines default value of the parameter
min, max - define minimum and maximum values of the parameter
step - defines minimum increase of the parameter via slider in the Parameters dialog
sincr - automatic section increment value (used by drag-drop interface to increase default values for parameters)
有點不太了解
舉例來說
period = Param("Period", 13, 1, 240, 1);
是指
初始直13 , 最小值1,最大值240 , 每次增減1 的意思嗎?
請問什麼時候會增減呢? |
|