C# Class Dwarrowdelf.Client.UI.TileAreaView

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public ClearTarget ( ) : void
Résultat void

SetTarget() public méthode

public SetTarget ( EnvironmentObject env, IntGrid3 box ) : void
env EnvironmentObject
box IntGrid3
Résultat void

SetTarget() public méthode

public SetTarget ( EnvironmentObject env, IntVector3 p ) : void
env EnvironmentObject
p IntVector3
Résultat void

TileAreaView() public méthode

public TileAreaView ( ) : System
Résultat System