C# Class MegaMan.Common.Join

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

Public Properties

Property Type Description
Size int
bossDoor bool
bossEntityName string
direction JoinDirection
offsetOne int
offsetTwo int
screenOne string
type JoinType

Property Details

Size public property

The size extent of the join, in tiles.
public int Size
return int

bossDoor public property

Whether this join has a boss-style door over it.
public bool bossDoor
return bool

bossEntityName public property

public string bossEntityName
return string

direction public property

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

offsetOne public property

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

offsetTwo public property

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

screenOne public property

public string screenOne
return string

type public property

public JoinType type
return JoinType