DFGSliderTarget (object)¶
バージョン 2.2.1 で追加.
DFGSliderTarget specializes BaseSliderTarget to be used within a DFG graph.
参考
Members¶
Ref<Tool> | tool | Reference to the SRT tool that manipulates its target. We only keep a weak reference (Ref<>) to avoid circular reference. |
Cmd[] | cmd | Array of commands, one per manipulated objects. |
Float32[] | values | Array of tranforms (one Values for each target). |
DFGToolData | toolData | Store previous and current target transform. Uses to drive the port value. |
Methods¶
DFGSliderTarget ( in DFGSliderTarget other ) | |
DFGSliderTarget ( in String portName ) | |
DFGSliderTarget () | |
bakeValue ! () | |
DFGSliderTarget | clone ? () |
DFGToolData | getToolData ? () |
registerValue ! () | |
setToolData ! ( in DFGToolData toolData ) | |
valueChanged ! ( in Float32 value ) |
Methods in detail¶
DFGSliderTarget ( in DFGSliderTarget other )
copy constructor
DFGSliderTarget ( in String portName )
Constructor.
portName | The name of the port to drive. |
default constructor
DFGSliderTarget.bakeValue! ()
Implementation of ToolTarget.
DFGSliderTarget DFGSliderTarget.clone? ()
clone method
DFGToolData DFGSliderTarget.getToolData? ()
Implementation of DFGToolTarget.
DFGSliderTarget.registerValue! ()
Implementation of ToolTarget.
DFGSliderTarget.setToolData! ( in DFGToolData toolData )
Implementation of DFGToolTarget.
DFGSliderTarget.valueChanged! ( in Float32 value )
Implementation of SliderTarget.