프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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
|