C# Class MegaMan.Common.EntityPlacement

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Свойство Type Description
direction Direction
entity string
respawn RespawnBehavior
screenX int
screenY int
state string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

direction public_oe property

public Direction direction
Résultat Direction

entity public_oe property

public string entity
Résultat string

respawn public_oe property

public RespawnBehavior respawn
Résultat RespawnBehavior

screenX public_oe property

public int screenX
Résultat int

screenY public_oe property

public int screenY
Résultat int

state public_oe property

public string state
Résultat string