C# Class Enigma.D3.MapHack.Minimap

Inheritance: Enigma.Wpf.NotifyingObject
Mostra file Open project: onethawt/enigma-d3 Class Usage Examples

Public Methods

Method Description
Minimap ( System.Windows.Controls.Canvas overlay ) : System
Update ( Engine engine ) : void

Private Methods

Method Description
IsLocalActorValid ( Engine engine ) : bool
IsObjectManagerOnNewFrame ( Engine engine ) : bool
OnLocalActorCreated ( ) : void
OnLocalActorDisposed ( ) : void
OnUpdateException ( Exception exception ) : void
UpdateSizeAndPosition ( ) : void
UpdateUI ( List itemsToAdd ) : void

Method Details

Minimap() public method

public Minimap ( System.Windows.Controls.Canvas overlay ) : System
overlay System.Windows.Controls.Canvas
return System

Update() public method

public Update ( Engine engine ) : void
engine Engine
return void