Property | Type | Description | |
---|---|---|---|
isLifted | bool | ||
isMoving | bool | ||
toRemove | bool | ||
upPosition |
Method | Description | |
---|---|---|
Move ( ) : void |
Move tile.
|
|
MoveDown ( ) : void |
Move tile down.
|
|
MoveUp ( ) : void |
Move tile up.
|
|
Start ( ) : void |
Define down and up position.
|
|
Update ( ) : void |
Method | Description | |
---|---|---|
SwitchTargets ( ) : void |
Switches end position bewteen down position and up position. Used when tile changes position.
|
|
move ( |
Move coroutine. Moves the tile along given vector.
|