Свойство | Тип | Описание | |
---|---|---|---|
initialFacing | Facing |
Метод | Описание | |
---|---|---|
OnLeftWall ( ) : void |
Move right
|
|
OnRightWall ( ) : void |
Move left
|
|
PlatformerUpdate ( float delta ) : void |
Check that the Character do not fall
|
|
Start ( ) : void |
Listen onLeftWall, onRightWall and start moving
|
|
Toogle ( ) : void |
Move in the other direction
|
public PlatformerUpdate ( float delta ) : void | ||
delta | float | |
Результат | void |