Inheritance: ObjectPointerTool, ICommandSubscriber
示例#1
0
 public SelectionTimeoutToolState(ObjectSelectTool tool) : base(tool)
 {
 }
示例#2
0
 public SelectionAreaToolState(ObjectSelectTool tool) : base(tool)
 {
 }
示例#3
0
 public RotationStandbyToolState(ObjectSelectTool tool) : base(tool)
 {
 }
示例#4
0
 public ReleaseToolState(ObjectSelectTool tool) : base(tool)
 {
 }
示例#5
0
 protected ToolState(ObjectSelectTool tool)
 {
     Tool = tool;
 }