Actions.MoveTo - notruilin/DeceptionGame GitHub Wiki

public void MoveTo(Vector3 pos);

Parameters

pos The position that needs to move to

Description

Moves the shuttle to position.


public void MoveTo(List positions);

Parameters

positions The list of positions that needs to move to sequentially

Description

Moves the shuttle to the list of positions sequentially.

⚠️ **GitHub.com Fallback** ⚠️