C# 클래스 NetMud.Data.Game.Pathway

상속: EntityPartial, IPathway
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetFromWorldOrSpawn ( ) : void

Tries to find this entity in the world based on its ID or gets a new one from the db and puts it in the world

GetModelDimensions ( ) : Tuple

Get's the entity's model dimensions

Pathway ( ) : System

News up an empty entity

Pathway ( IPathwayData backingStore ) : System

News up an entity with its backing data

RenderToLook ( IEntity actor ) : IEnumerable

Render this to a look command (what something sees when it 'look's at this

SpawnNewInWorld ( ) : void

Spawn this new into the live world

SpawnNewInWorld ( IContains spawnTo ) : void

Spawn this new into the live world into a specified container

메소드 상세

GetFromWorldOrSpawn() 공개 메소드

Tries to find this entity in the world based on its ID or gets a new one from the db and puts it in the world
public GetFromWorldOrSpawn ( ) : void
리턴 void

GetModelDimensions() 공개 메소드

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

Pathway() 공개 메소드

News up an empty entity
public Pathway ( ) : System
리턴 System

Pathway() 공개 메소드

News up an entity with its backing data
public Pathway ( IPathwayData backingStore ) : System
backingStore IPathwayData the backing data
리턴 System

RenderToLook() 공개 메소드

Render this to a look command (what something sees when it 'look's at this
public RenderToLook ( IEntity actor ) : IEnumerable
actor IEntity
리턴 IEnumerable

SpawnNewInWorld() 공개 메소드

Spawn this new into the live world
public SpawnNewInWorld ( ) : void
리턴 void

SpawnNewInWorld() 공개 메소드

Spawn this new into the live world into a specified container
public SpawnNewInWorld ( IContains spawnTo ) : void
spawnTo IContains the location/container this should spawn into
리턴 void