C# Class Command.UndoableMovement.MotionEntity

Concrete actor class, also called receiver, it is called by the command class.
Inheritance: MonoBehaviour, IMotion
显示文件 Open project: ycarowr/UnityDesignPatterns Class Usage Examples

Public Methods

Method Description
Move ( Vector3 amount ) : void

Moves the entity a certain amount.

Method Details

Move() public method

Moves the entity a certain amount.
public Move ( Vector3 amount ) : void
amount Vector3
return void