C# Class Dwarrowdelf.Client.UI.TileAreaView

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
ClearTarget ( ) : void
SetTarget ( EnvironmentObject env, IntGrid3 box ) : void
SetTarget ( EnvironmentObject env, IntVector3 p ) : void
TileAreaView ( ) : System

Private Methods

Method Description
Notify ( string name ) : void
NotifyTileObjectChanges ( ) : void
NotifyTileObjectChanges ( IntGrid3 oldGrid, IntGrid3 newGrid ) : void
NotifyTileTerrainChanges ( ) : void
OnMapObjectChanged ( MovableObject ob, IntVector3 l, MapTileObjectChangeType changeType ) : void
OnMapTerrainChanged ( IntVector3 l ) : void

Method Details

ClearTarget() public method

public ClearTarget ( ) : void
return void

SetTarget() public method

public SetTarget ( EnvironmentObject env, IntGrid3 box ) : void
env EnvironmentObject
box IntGrid3
return void

SetTarget() public method

public SetTarget ( EnvironmentObject env, IntVector3 p ) : void
env EnvironmentObject
p IntVector3
return void

TileAreaView() public method

public TileAreaView ( ) : System
return System