コード例 #1
0
            // Methods.

            public float GetDistance(RegionWrapper destination) => Wrapped.GetDistance(destination.Wrapped);
コード例 #2
0
        // Constructors.

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