示例#1
0
    private void Start()
    {
        currentMap.AssignAsCurrentLocation();

        if (otherMaps.Length == distancesToOtherMaps.Length)
        {
            SetRelativeDistances();
        }
        else
        {
            Debug.Log("MapNodeHandler ERROR: The number of maps in otherMaps is NOT equivalent to the number of floats in distancesToOtherMaps");
        }
    }