C# Class DungeonMasterEngine.DungeonContent.Entity.Entity

Inheritance: DungeonMasterEngine.DungeonContent.Items.Item, IEntity
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
GetProperty ( IPropertyFactory propertyType ) : IProperty
GetSkill ( ISkillFactory skillType ) : ISkill

Méthodes protégées

Méthode Description
Entity ( Microsoft.Xna.Framework.Vector3 position ) : System.Collections.Generic

Method Details

Entity() protected méthode

protected Entity ( Microsoft.Xna.Framework.Vector3 position ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
Résultat System.Collections.Generic

GetProperty() public abstract méthode

public abstract GetProperty ( IPropertyFactory propertyType ) : IProperty
propertyType IPropertyFactory
Résultat IProperty

GetSkill() public abstract méthode

public abstract GetSkill ( ISkillFactory skillType ) : ISkill
skillType ISkillFactory
Résultat ISkill