C# Class CreateDust, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
Dust1 GameObject
Dust2 GameObject
Dust3 GameObject
Dust4 GameObject
Dust5 GameObject
DustRespawnTimeGap int
MaxDust int

Public Methods

Method Description
LoadDust ( ) : void
SaveDust ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
TimeOver ( ) : bool

Method Details

LoadDust() public method

public LoadDust ( ) : void
return void

SaveDust() public method

public SaveDust ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Dust1 public property

public GameObject Dust1
return GameObject

Dust2 public property

public GameObject Dust2
return GameObject

Dust3 public property

public GameObject Dust3
return GameObject

Dust4 public property

public GameObject Dust4
return GameObject

Dust5 public property

public GameObject Dust5
return GameObject

DustRespawnTimeGap public property

public int DustRespawnTimeGap
return int

MaxDust public property

public int MaxDust
return int