Method | Description | |
---|---|---|
CanCollideWith ( string otherCollisionGroupString ) : bool | ||
GetCollisionGroupString ( ) : string | ||
Gift ( AcademyPopcorn.MatrixCoords topLeft, char body, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic | ||
ProduceObjects ( ) : System.Collections.Generic.IEnumerable |
||
RespondToCollision ( AcademyPopcorn.CollisionData collisionData ) : void |
public CanCollideWith ( string otherCollisionGroupString ) : bool | ||
otherCollisionGroupString | string | |
return | bool |
public Gift ( AcademyPopcorn.MatrixCoords topLeft, char body, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic | ||
topLeft | AcademyPopcorn.MatrixCoords | |
body | char | |
speed | AcademyPopcorn.MatrixCoords | |
return | System.Collections.Generic |
public ProduceObjects ( ) : System.Collections.Generic.IEnumerable |
||
return | System.Collections.Generic.IEnumerable |
public RespondToCollision ( AcademyPopcorn.CollisionData collisionData ) : void | ||
collisionData | AcademyPopcorn.CollisionData | |
return | void |