C# Class FBLibrary.Core.BaseEntities.BaseWall

Inheritance: StaticEntity
Mostrar archivo Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
Remove ( ) : void
Update ( ) : void

Protected Methods

Method Description
BaseWall ( Point cellPosition ) : System

Method Details

BaseWall() protected method

protected BaseWall ( Point cellPosition ) : System
cellPosition Point
return System

Destroy() public method

public Destroy ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

Update() public method

public Update ( ) : void
return void