C# Class MegaMan.Common.ScreenLayerInfo

Exibir arquivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
AddEntity ( EntityPlacement entity ) : void
ScreenLayerInfo ( string name, TileLayer tiles, bool foreground, List keyframes ) : System

Method Details

AddEntity() public method

public AddEntity ( EntityPlacement entity ) : void
entity EntityPlacement
return void

ScreenLayerInfo() public method

public ScreenLayerInfo ( string name, TileLayer tiles, bool foreground, List keyframes ) : System
name string
tiles TileLayer
foreground bool
keyframes List
return System