Свойство | Type | Description | |
---|---|---|---|
DestructionTime | System.TimeSpan | ||
InDestruction | bool | ||
IsAlive | bool |
Méthode | Description | |
---|---|---|
ChangePosition ( Point p ) : void | ||
ChangePosition ( float x, float y ) : void | ||
ChangePosition ( int x, int y ) : void | ||
Destroy ( ) : void | ||
Remove ( ) : void | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
BaseEntity ( ) : System | ||
BaseEntity ( Point cellPosition ) : System |
protected BaseEntity ( Point cellPosition ) : System | ||
cellPosition | Point | |
Résultat | System |
public ChangePosition ( float x, float y ) : void | ||
x | float | |
y | float | |
Résultat | void |
public ChangePosition ( int x, int y ) : void | ||
x | int | |
y | int | |
Résultat | void |