Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Command
UndoableMovement
MotionEntity
C# Class Command.UndoableMovement.MotionEntity
Concrete actor class, also called receiver, it is called by the command class.
Inheritance:
MonoBehaviour
,
IMotion
Exibir arquivo
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