C# Class Dwarrowdelf.Client.ConcreteObject

Inheritance: MovableObject, IConcreteObject
Afficher le fichier Open project: tomba/dwarrowdelf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ConcreteObject ( World world, ObjectID objectID ) : System
SetProperty ( PropertyID propertyID, object value ) : void
ToString ( ) : string

Method Details

ConcreteObject() public méthode

public ConcreteObject ( World world, ObjectID objectID ) : System
world World
objectID ObjectID
Résultat System

SetProperty() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string