Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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
|
public Pathway ( IPathwayData backingStore ) : System | ||
backingStore | IPathwayData | the backing data |
Résultat | System |
public RenderToLook ( IEntity actor ) : IEnumerable |
||
actor | IEntity | |
Résultat | IEnumerable |
public SpawnNewInWorld ( IContains spawnTo ) : void | ||
spawnTo | IContains | the location/container this should spawn into |
Résultat | void |