C# 클래스 NetMud.Data.EntityBackingData.NonPlayerCharacter

상속: NetMud.Data.EntityBackingData.EntityBackingDataPartial, INonPlayerCharacter
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FitnessReport ( ) : IList

Gets the errors for data fitness

FullName ( ) : string

Full name to refer to this NPC with

GetModelDimensions ( ) : Tuple

Get's the entity's model dimensions

메소드 상세

FitnessReport() 공개 메소드

Gets the errors for data fitness
public FitnessReport ( ) : IList
리턴 IList

FullName() 공개 메소드

Full name to refer to this NPC with
public FullName ( ) : string
리턴 string

GetModelDimensions() 공개 메소드

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
리턴 Tuple