C# Class MegaMan.Common.EntityPlacement

Exibir arquivo 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_oe property

public Direction direction
return Direction

entity public_oe property

public string entity
return string

respawn public_oe property

public RespawnBehavior respawn
return RespawnBehavior

screenX public_oe property

public int screenX
return int

screenY public_oe property

public int screenY
return int

state public_oe property

public string state
return string