C# Class AcademyPopcorn.Explosion

Inheritance: AcademyPopcorn.MovingObject
Mostrar archivo Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
CanCollideWith ( string otherCollisionGroupString ) : bool
Explosion ( AcademyPopcorn.MatrixCoords topLeft, char body, AcademyPopcorn.MatrixCoords speed )
Update ( ) : void

Method Details

CanCollideWith() public method

public CanCollideWith ( string otherCollisionGroupString ) : bool
otherCollisionGroupString string
return bool

Explosion() public method

public Explosion ( AcademyPopcorn.MatrixCoords topLeft, char body, AcademyPopcorn.MatrixCoords speed )
topLeft AcademyPopcorn.MatrixCoords
body char
speed AcademyPopcorn.MatrixCoords

Update() public method

public Update ( ) : void
return void