C# 클래스 Command.UndoableMovement.MotionEntity

Concrete actor class, also called receiver, it is called by the command class.
상속: MonoBehaviour, IMotion
파일 보기 프로젝트 열기: ycarowr/UnityDesignPatterns 1 사용 예제들

공개 메소드들

메소드 설명
Move ( Vector3 amount ) : void

Moves the entity a certain amount.

메소드 상세

Move() 공개 메소드

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