C# 클래스 App.Contracts.RoomBackground

파일 보기 프로젝트 열기: joshwyant/game-creator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundImageIndex int
ForegroundImage bool
HorizontalSpeed int
Stretch bool
TileHorizontally bool
TileVertically bool
VerticalSpeed int
VisibleWhenRoomStarts bool
X int
Y int

프로퍼티 상세

BackgroundImageIndex 공개적으로 프로퍼티

public int BackgroundImageIndex
리턴 int

ForegroundImage 공개적으로 프로퍼티

public bool ForegroundImage
리턴 bool

HorizontalSpeed 공개적으로 프로퍼티

public int HorizontalSpeed
리턴 int

Stretch 공개적으로 프로퍼티

public bool Stretch
리턴 bool

TileHorizontally 공개적으로 프로퍼티

public bool TileHorizontally
리턴 bool

TileVertically 공개적으로 프로퍼티

public bool TileVertically
리턴 bool

VerticalSpeed 공개적으로 프로퍼티

public int VerticalSpeed
리턴 int

VisibleWhenRoomStarts 공개적으로 프로퍼티

public bool VisibleWhenRoomStarts
리턴 bool

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int