C# Class DifficultyManager, unity-game-kappakiwi

Inheritance: MonoBehaviour, IDifficultyBasedBuilderPicking
Mostrar archivo Open project: clee842/unity-game-kappakiwi Class Usage Examples

Public Properties

Property Type Description
CURRENT_DIFFICULTY Difficulty,
CURRENT_ENEMYCOUNT EnemyCount,
CURRENT_ITEMCOUNT ItemCount,
CURRENT_LEVELLENGTH LevelLength

Public Methods

Method Description
createEnemyType ( ) : RNGState.enemyType
createItemType ( ) : RNGState.itemType
createLevelLength ( ) : int
createPlatformType ( ) : RNGState.platformType

Private Methods

Method Description
DifficultyManager ( ) : UnityEngine

Method Details

createEnemyType() public method

public createEnemyType ( ) : RNGState.enemyType
return RNGState.enemyType

createItemType() public method

public createItemType ( ) : RNGState.itemType
return RNGState.itemType

createLevelLength() public method

public createLevelLength ( ) : int
return int

createPlatformType() public method

public createPlatformType ( ) : RNGState.platformType
return RNGState.platformType

Property Details

CURRENT_DIFFICULTY public_oe property

public Difficulty, CURRENT_DIFFICULTY
return Difficulty,

CURRENT_ENEMYCOUNT public_oe property

public EnemyCount, CURRENT_ENEMYCOUNT
return EnemyCount,

CURRENT_ITEMCOUNT public_oe property

public ItemCount, CURRENT_ITEMCOUNT
return ItemCount,

CURRENT_LEVELLENGTH public_oe property

public LevelLength CURRENT_LEVELLENGTH
return LevelLength