C# 클래스 MegaMan.Common.Join

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Size int
bossDoor bool
bossEntityName string
direction JoinDirection
offsetOne int
offsetTwo int
screenOne string
type JoinType

프로퍼티 상세

Size 공개적으로 프로퍼티

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

bossDoor 공개적으로 프로퍼티

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

bossEntityName 공개적으로 프로퍼티

public string bossEntityName
리턴 string

direction 공개적으로 프로퍼티

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

offsetOne 공개적으로 프로퍼티

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

offsetTwo 공개적으로 프로퍼티

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

screenOne 공개적으로 프로퍼티

public string screenOne
리턴 string

type 공개적으로 프로퍼티

public JoinType type
리턴 JoinType