Méthode | Description | |
---|---|---|
Begin ( ) : void | ||
BeginArea ( |
||
CreateEntity ( |
||
DepositZone ( int id, Zone zone ) : void | ||
End ( ) : void | ||
EndArea ( ) : void |
Méthode | Description | |
---|---|---|
ConnectJumpPoints ( ) : void | ||
CreateEntity ( |
Creates an Entity from a given XML DataSet. Used locally by other CreateEntity routines
|
|
CreateEntity ( string entityType ) : Entity |
Creates an Entity of the given Type. Used locally by other CreateEntity routines
|
|
EntityBuilder ( ) : System | ||
FindMatch ( int id ) : Zone | ||
SwitchItemType ( |
public static BeginArea ( |
||
area | ||
Résultat | void |
public CreateEntity ( |
||
tilesetBox | ||
data | ||
Résultat | Entity |
public DepositZone ( int id, Zone zone ) : void | ||
id | int | |
zone | Zone | |
Résultat | void |