C# Class CaptainHookOOP.CommonClasses.Level

Show file Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
AddObject ( GameObject newObject ) : void
Level ( ) : System.Collections.Generic
Load ( int width, int height ) : void
PrintMovingObjects ( ) : void
PrintStaticObjects ( ) : void
RemoveMovingObjects ( ) : void

Method Details

AddObject() public method

public AddObject ( GameObject newObject ) : void
newObject GameObject
return void

Level() public method

public Level ( ) : System.Collections.Generic
return System.Collections.Generic

Load() public method

public Load ( int width, int height ) : void
width int
height int
return void

PrintMovingObjects() public method

public PrintMovingObjects ( ) : void
return void

PrintStaticObjects() public method

public PrintStaticObjects ( ) : void
return void

RemoveMovingObjects() public method

public RemoveMovingObjects ( ) : void
return void