C# Class App.Contracts.RoomBackground

Mostrar archivo 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_oe property

public int BackgroundImageIndex
return int

ForegroundImage public_oe property

public bool ForegroundImage
return bool

HorizontalSpeed public_oe property

public int HorizontalSpeed
return int

Stretch public_oe property

public bool Stretch
return bool

TileHorizontally public_oe property

public bool TileHorizontally
return bool

TileVertically public_oe property

public bool TileVertically
return bool

VerticalSpeed public_oe property

public int VerticalSpeed
return int

VisibleWhenRoomStarts public_oe property

public bool VisibleWhenRoomStarts
return bool

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int