C# Class OpenRA.Mods.Common.Traits.EditorSelectionLayer

Inheritance: IWorldLoaded, IPostRender
显示文件 Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
EditorSelectionLayer ( Actor self, EditorSelectionLayerInfo info ) : OpenRA.Graphics
SetCopyRegion ( CPos start, CPos end ) : void
SetPasteRegion ( CPos start, CPos end ) : void

Private Methods

Method Description
IRenderAboveWorld ( Actor self, WorldRenderer wr ) : void
IWorldLoaded ( World w, WorldRenderer wr ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

EditorSelectionLayer() public method

public EditorSelectionLayer ( Actor self, EditorSelectionLayerInfo info ) : OpenRA.Graphics
self Actor
info EditorSelectionLayerInfo
return OpenRA.Graphics

SetCopyRegion() public method

public SetCopyRegion ( CPos start, CPos end ) : void
start CPos
end CPos
return void

SetPasteRegion() public method

public SetPasteRegion ( CPos start, CPos end ) : void
start CPos
end CPos
return void