Class WeaverCompassUpdater
Updates the compass to wherever the player is located. Not sure if this gets triggered in-game
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class WeaverCompassUpdater : MonoBehaviour
Methods
| Edit this page View SourceUpdateCompassPosition()
Updates the compass point on the map to whereever the player is currently located
Declaration
public void UpdateCompassPosition()
UpdateCompassPosition(Vector2)
Updates the compass point on the map to the specified position
Declaration
public void UpdateCompassPosition(Vector2 worldPosition)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | worldPosition | The position in the world the compass should point towards |