C# Class Dwarrowdelf.Client.BaseObject

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Destruct ( ) : void
ReceiveObjectData ( BaseGameObjectData data ) : void
ReceiveObjectDataEnd ( ) : void
SetProperty ( PropertyID propertyID, object value ) : void

Méthodes protégées

Méthode Description
BaseObject ( World world, ObjectID objectID ) : System
Notify ( string property ) : void

Method Details

BaseObject() protected méthode

protected BaseObject ( World world, ObjectID objectID ) : System
world World
objectID ObjectID
Résultat System

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Notify() protected méthode

protected Notify ( string property ) : void
property string
Résultat void

ReceiveObjectData() public méthode

public ReceiveObjectData ( BaseGameObjectData data ) : void
data BaseGameObjectData
Résultat void

ReceiveObjectDataEnd() public méthode

public ReceiveObjectDataEnd ( ) : void
Résultat void

SetProperty() public abstract méthode

public abstract SetProperty ( PropertyID propertyID, object value ) : void
propertyID PropertyID
value object
Résultat void