C# Class FBLibrary.GameConfiguration

Mostrar archivo Open project: Noxalus/Final-Bomber

Public Properties

Property Type Description
ActiveSuddenDeath bool
BadEffectList List
BaseBombTimer System.TimeSpan
BaseTileSize Point
BombDestructionTime System.TimeSpan
DeltaTime long
PlayerDestructionTime System.TimeSpan
PlayerInvincibleTimer System.TimeSpan
PowerUpDestructionTime System.TimeSpan
PowerUpTypeAvailable List
Random System.Random
SuddenDeathCounterBombs float
SuddenDeathCounterWalls float
SuddenDeathTimer System.TimeSpan
SuddenDeathType SuddenDeathTypeEnum
SuddenDeathWallSpeed float
WallDestructionTime System.TimeSpan
WallPercentage int

Property Details

ActiveSuddenDeath public_oe static_oe property

public static bool ActiveSuddenDeath
return bool

BadEffectList public_oe static_oe property

public static List BadEffectList
return List

BaseBombTimer public_oe static_oe property

public static TimeSpan,System BaseBombTimer
return System.TimeSpan

BaseTileSize public_oe static_oe property

public static Point BaseTileSize
return Point

BombDestructionTime public_oe static_oe property

public static TimeSpan,System BombDestructionTime
return System.TimeSpan

DeltaTime public_oe static_oe property

public static long DeltaTime
return long

PlayerDestructionTime public_oe static_oe property

public static TimeSpan,System PlayerDestructionTime
return System.TimeSpan

PlayerInvincibleTimer public_oe static_oe property

public static TimeSpan,System PlayerInvincibleTimer
return System.TimeSpan

PowerUpDestructionTime public_oe static_oe property

public static TimeSpan,System PowerUpDestructionTime
return System.TimeSpan

PowerUpTypeAvailable public_oe static_oe property

public static List PowerUpTypeAvailable
return List

Random public_oe static_oe property

public static Random,System Random
return System.Random

SuddenDeathCounterBombs public_oe static_oe property

public static float SuddenDeathCounterBombs
return float

SuddenDeathCounterWalls public_oe static_oe property

public static float SuddenDeathCounterWalls
return float

SuddenDeathTimer public_oe static_oe property

public static TimeSpan,System SuddenDeathTimer
return System.TimeSpan

SuddenDeathType public_oe static_oe property

public static SuddenDeathTypeEnum SuddenDeathType
return SuddenDeathTypeEnum

SuddenDeathWallSpeed public_oe static_oe property

public static float SuddenDeathWallSpeed
return float

WallDestructionTime public_oe static_oe property

public static TimeSpan,System WallDestructionTime
return System.TimeSpan

WallPercentage public_oe static_oe property

public static int WallPercentage
return int