C# Class DungeonMasterEngine.DungeonContent.Entity.Entity

Inheritance: DungeonMasterEngine.DungeonContent.Items.Item, IEntity
显示文件 Open project: ggrrin/DungeonMaster

Public Methods

Method Description
GetProperty ( IPropertyFactory propertyType ) : IProperty
GetSkill ( ISkillFactory skillType ) : ISkill

Protected Methods

Method Description
Entity ( Microsoft.Xna.Framework.Vector3 position ) : System.Collections.Generic

Method Details

Entity() protected method

protected Entity ( Microsoft.Xna.Framework.Vector3 position ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
return System.Collections.Generic

GetProperty() public abstract method

public abstract GetProperty ( IPropertyFactory propertyType ) : IProperty
propertyType IPropertyFactory
return IProperty

GetSkill() public abstract method

public abstract GetSkill ( ISkillFactory skillType ) : ISkill
skillType ISkillFactory
return ISkill