Method | Description | |
---|---|---|
Move ( IForwardMovablePhysicalEntity movable ) : void | ||
RevertMove ( IForwardMovablePhysicalEntity movable ) : void | ||
RevertMoveKeepRotation ( IForwardMovablePhysicalEntity movable ) : void | ||
Shift ( IForwardMovablePhysicalEntity movable ) : void | ||
Shift ( IForwardMovablePhysicalEntity movable, float speed ) : void | ||
Shift ( IForwardMovablePhysicalEntity movable, float speed, float directionInRads ) : void |
Method | Description | |
---|---|---|
Rotate ( IForwardMovablePhysicalEntity movable ) : void | ||
Rotate ( IForwardMovablePhysicalEntity movable, float rotationSpeed ) : void |
public Move ( IForwardMovablePhysicalEntity movable ) : void | ||
movable | IForwardMovablePhysicalEntity | |
return | void |
public RevertMove ( IForwardMovablePhysicalEntity movable ) : void | ||
movable | IForwardMovablePhysicalEntity | |
return | void |
public RevertMoveKeepRotation ( IForwardMovablePhysicalEntity movable ) : void | ||
movable | IForwardMovablePhysicalEntity | |
return | void |
public Shift ( IForwardMovablePhysicalEntity movable ) : void | ||
movable | IForwardMovablePhysicalEntity | |
return | void |
public Shift ( IForwardMovablePhysicalEntity movable, float speed ) : void | ||
movable | IForwardMovablePhysicalEntity | |
speed | float | |
return | void |
public Shift ( IForwardMovablePhysicalEntity movable, float speed, float directionInRads ) : void | ||
movable | IForwardMovablePhysicalEntity | |
speed | float | |
directionInRads | float | |
return | void |