C# Class MegaMan.Common.EntityPlacement

Show file Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Properties

Property Type Description
direction Direction
entity string
respawn RespawnBehavior
screenX int
screenY int
state string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

direction public property

public Direction direction
return Direction

entity public property

public string entity
return string

respawn public property

public RespawnBehavior respawn
return RespawnBehavior

screenX public property

public int screenX
return int

screenY public property

public int screenY
return int

state public property

public string state
return string