C# Class MegaMan.Common.Join

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

Méthodes publiques

Свойство Type Description
Size int
bossDoor bool
bossEntityName string
direction JoinDirection
offsetOne int
offsetTwo int
screenOne string
type JoinType

Property Details

Size public_oe property

The size extent of the join, in tiles.
public int Size
Résultat int

bossDoor public_oe property

Whether this join has a boss-style door over it.
public bool bossDoor
Résultat bool

bossEntityName public_oe property

public string bossEntityName
Résultat string

direction public_oe property

Whether the join allows the player to cross only one way or in either direction.
public JoinDirection direction
Résultat JoinDirection

offsetOne public_oe property

The number of tiles from the top (if vertical) or left (if horizontal) of screenOne at which the join begins.
public int offsetOne
Résultat int

offsetTwo public_oe property

The number of tiles from the top (if vertical) or left (if horizontal) of screenTwo at which the join begins.
public int offsetTwo
Résultat int

screenOne public_oe property

public string screenOne
Résultat string

type public_oe property

public JoinType type
Résultat JoinType