Свойство | Type | Description | |
---|---|---|---|
position | Vector2 |
Свойство | Type | Description | |
---|---|---|---|
_shape | shapeType |
Méthode | Description | |
---|---|---|
contains ( |
||
transform ( int scale, Vector2 distance ) : void |
Méthode | Description | |
---|---|---|
CHitShape ( shapeType shape, Vector2 position ) : System | ||
_scale ( int percentage ) : void | ||
_translate ( Vector2 distance ) : void |
protected CHitShape ( shapeType shape, Vector2 position ) : System | ||
shape | shapeType | |
position | Vector2 | |
Résultat | System |
protected abstract _scale ( int percentage ) : void | ||
percentage | int | |
Résultat | void |
protected _translate ( Vector2 distance ) : void | ||
distance | Vector2 | |
Résultat | void |
public abstract contains ( |
||
otherShape | ||
Résultat | bool |
public transform ( int scale, Vector2 distance ) : void | ||
scale | int | |
distance | Vector2 | |
Résultat | void |