コード例 #1
0
        private IReadOnlyCollection <IStaticWorldObject> GetWorldObjectsInRectangle()
        {
            var bounds = this.SelectionBounds;

            return(WorldService.GetStaticObjectsAtBounds(bounds));
        }