OpenRA.Mods.Common.Traits.EditorActorLayer.PreviewsInBox C# (CSharp) Method

PreviewsInBox() public method

public PreviewsInBox ( Rectangle r ) : IEnumerable
r System.Drawing.Rectangle
return IEnumerable
        public IEnumerable<EditorActorPreview> PreviewsInBox(Rectangle r)
        {
            return screenMap.InBox(r);
        }

Same methods

EditorActorLayer::PreviewsInBox ( int2 a, int2 b ) : IEnumerable