C# 클래스 DungeonMasterEngine.DungeonContent.Entity.Entity

상속: DungeonMasterEngine.DungeonContent.Items.Item, IEntity
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
GetProperty ( IPropertyFactory propertyType ) : IProperty
GetSkill ( ISkillFactory skillType ) : ISkill

보호된 메소드들

메소드 설명
Entity ( Microsoft.Xna.Framework.Vector3 position ) : System.Collections.Generic

메소드 상세

Entity() 보호된 메소드

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

GetProperty() 공개 추상적인 메소드

public abstract GetProperty ( IPropertyFactory propertyType ) : IProperty
propertyType IPropertyFactory
리턴 IProperty

GetSkill() 공개 추상적인 메소드

public abstract GetSkill ( ISkillFactory skillType ) : ISkill
skillType ISkillFactory
리턴 ISkill