Exemplo n.º 1
0
            // Methods.

            public float GetDistance(RegionWrapper destination) => Wrapped.GetDistance(destination.Wrapped);
        // Constructors.

        public LayoutRegion(Vector2Int center)
        {
            this.center = center;
            wrapper     = new RegionWrapper(this);
        }