BasePaintTarget (object)¶
バージョン 2.0 で追加.
BasePaintTarget is a based class for any paint target. Even if this target does nothing more than BaseToolTarget, we define it for consistency.
注釈
This is a work in progress, needs to be generalized to abstract the type of attribute being painted.
参考
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. | 
Methods¶
| BasePaintTarget ( in BasePaintTarget other ) | |
| BasePaintTarget () | |
| BasePaintTarget | clone ? () | 
Methods in detail¶
BasePaintTarget ( in BasePaintTarget other )
copy constructor
default constructor
BasePaintTarget BasePaintTarget.clone? ()
clone method
