프로퍼티 | 타입 | 설명 | |
---|---|---|---|
list | |||
parent | Entity |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_check | CollisionDelegate>.Dictionary |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
collideMasklist ( |
Collide against a Masklist.
|
메소드 | 설명 | |
---|---|---|
collideMask ( |
Collide against an Entity.
|
public assignTo ( Entity parent ) : void | ||
parent | Entity | Entity parent for the mask |
리턴 | void |
public collide ( |
||
mask | The other Mask to check against. | |
리턴 | System.Boolean |
protected collideMasklist ( |
||
other | ||
리턴 | System.Boolean |