import "kaijuengine.com/editor/editor_stage_manager/editor_stage_view/select_tool"
Types
ResultHandler
interface
type ResultHandler interface {
TryBoxSelect(screenBox matrix.Vec4)
}
struct
type SelectTool struct {
// Has unexported fields.
}
func (s *SelectTool) Cancel()
func (s *SelectTool) Init(host *engine.Host, handler ResultHandler)
func (s *SelectTool) Update()