C# Class LevelLockController, angrygoats

Inheritance: MonoBehaviour
Show file Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
LockedLevel GameObject
UnlockedLevel GameObject
level Level,

Public Methods

Method Description
Awake ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

LockedLevel public property

public GameObject LockedLevel
return GameObject

UnlockedLevel public property

public GameObject UnlockedLevel
return GameObject

level public property

public Level, level
return Level,