| Property | Defined by | ||
|---|---|---|---|
| list : Masklist
The parent Masklist of the mask.
| Mask | ||
| parent : Entity
The parent Entity of this mask.
| Mask | ||
| Method | Defined by | ||
|---|---|---|---|
|
Mask()
Constructor.
| Mask | ||
|
Checks for collision with another Mask.
| Mask | ||
|
renderDebug(g:Graphics):void
Used to render debug information in console.
| Mask | ||
| list | property |
public var list:MasklistThe parent Masklist of the mask.
| parent | property |
public var parent:EntityThe parent Entity of this mask.
| Mask | () | constructor |
public function Mask()Constructor.
| collide | () | method |
public function collide(mask:Mask):BooleanChecks for collision with another Mask.
Parametersmask:Mask — The other Mask to check against.
|
Boolean — If the Masks overlap.
|
| renderDebug | () | method |
public function renderDebug(g:Graphics):voidUsed to render debug information in console.
Parametersg:Graphics |