Introduce IFinalizedRenderable.ScreenBounds.
This commit is contained in:
@@ -86,6 +86,7 @@ namespace OpenRA.Mods.Common.Graphics
|
||||
}
|
||||
|
||||
public void RenderDebugGeometry(WorldRenderer wr) { }
|
||||
public Rectangle ScreenBounds(WorldRenderer wr) { return Rectangle.Empty; }
|
||||
|
||||
// Array index modulo length
|
||||
int Index(int i)
|
||||
|
||||
Reference in New Issue
Block a user