C# Class AcademyPopcorn.MeteoriteBall

Inheritance: AcademyPopcorn.Ball
ファイルを表示 Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
MeteoriteBall ( AcademyPopcorn.MatrixCoords topLeft, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic
ProduceObjects ( ) : System.Collections.Generic.IEnumerable

Method Details

MeteoriteBall() public method

public MeteoriteBall ( AcademyPopcorn.MatrixCoords topLeft, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic
topLeft AcademyPopcorn.MatrixCoords
speed AcademyPopcorn.MatrixCoords
return System.Collections.Generic

ProduceObjects() public method

public ProduceObjects ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable