GameManager.anchorPositions - notruilin/DeceptionGame GitHub Wiki

public List anchorPositions;

Description

The positions of the centre of anchors. Notice they are not valid grid positions. For example, if an anchor occupies four grids: (0,0,0),(0,1,0),(1,0,0),(1,1,0), the position of the anchor would be saved as (0.5,0.5,0).

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