Свойство | Type | Description | |
---|---|---|---|
list | |||
parent | Entity |
Свойство | Type | Description | |
---|---|---|---|
_check | CollisionDelegate>.Dictionary |
Méthode | Description | |
---|---|---|
Mask ( ) : System |
constructor
|
|
assignTo ( Entity parent ) : void |
Assigns the mask to the parent.
|
|
collide ( |
Checks for collision with another Mask.
|
|
update ( ) : void |
Updates the parent's bounds for this mask.
|
Méthode | Description | |
---|---|---|
collideMasklist ( |
Collide against a Masklist.
|
Méthode | Description | |
---|---|---|
collideMask ( |
Collide against an Entity.
|
public assignTo ( Entity parent ) : void | ||
parent | Entity | Entity parent for the mask |
Résultat | void |
public collide ( |
||
mask | The other Mask to check against. | |
Résultat | System.Boolean |
protected collideMasklist ( |
||
other | ||
Résultat | System.Boolean |