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

Inheritance: IWorldLoaded, IPostRender
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IRenderAboveWorld ( Actor self, WorldRenderer wr ) : void
IWorldLoaded ( World w, WorldRenderer wr ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

EditorSelectionLayer() public méthode

public EditorSelectionLayer ( Actor self, EditorSelectionLayerInfo info ) : OpenRA.Graphics
self Actor
info EditorSelectionLayerInfo
Résultat OpenRA.Graphics

SetCopyRegion() public méthode

public SetCopyRegion ( CPos start, CPos end ) : void
start CPos
end CPos
Résultat void

SetPasteRegion() public méthode

public SetPasteRegion ( CPos start, CPos end ) : void
start CPos
end CPos
Résultat void