C# Class App.Contracts.RoomBackground

Show file Open project: joshwyant/game-creator Class Usage Examples

Public Properties

Property Type Description
BackgroundImageIndex int
ForegroundImage bool
HorizontalSpeed int
Stretch bool
TileHorizontally bool
TileVertically bool
VerticalSpeed int
VisibleWhenRoomStarts bool
X int
Y int

Property Details

BackgroundImageIndex public property

public int BackgroundImageIndex
return int

ForegroundImage public property

public bool ForegroundImage
return bool

HorizontalSpeed public property

public int HorizontalSpeed
return int

Stretch public property

public bool Stretch
return bool

TileHorizontally public property

public bool TileHorizontally
return bool

TileVertically public property

public bool TileVertically
return bool

VerticalSpeed public property

public int VerticalSpeed
return int

VisibleWhenRoomStarts public property

public bool VisibleWhenRoomStarts
return bool

X public property

public int X
return int

Y public property

public int Y
return int