C# Class MegaMan.Common.Join

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

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

bossDoor public_oe property

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

bossEntityName public_oe property

public string bossEntityName
return string

direction public_oe property

Whether the join allows the player to cross only one way or in either direction.
public JoinDirection direction
return 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
return 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
return int

screenOne public_oe property

public string screenOne
return string

type public_oe property

public JoinType type
return JoinType