Method | Description | |
---|---|---|
Execute ( ) : void | ||
ObjectMoveCommand ( ) : System.Collections.Generic | ||
ObjectMoveCommand ( List |
||
ObjectMoveCommand ( |
||
ObjectMoveCommand ( ObjectSelectionManager selectionManager ) : System.Collections.Generic | ||
QueueMove ( |
||
QueueMove ( |
||
QueueRotate ( |
||
Redo ( ) : void | ||
Undo ( ) : void |
public ObjectMoveCommand ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ObjectMoveCommand ( List |
||
objects | List |
|
diffX | int | |
diffY | int | |
return | System.Collections.Generic |
public ObjectMoveCommand ( |
||
inst | ||
diffX | int | |
diffY | int | |
return | System.Collections.Generic |
public ObjectMoveCommand ( ObjectSelectionManager selectionManager ) : System.Collections.Generic | ||
selectionManager | ObjectSelectionManager | |
return | System.Collections.Generic |
public QueueMove ( |
||
inst | ||
oldLocation | ||
newLocation | ||
return | void |
public QueueMove ( |
||
inst | ||
diffX | int | |
diffY | int | |
return | void |
public QueueRotate ( |
||
inst | ||
oldLocation | ||
newLocation | ||
oldRotation | float | |
newRotation | float | |
return | void |