C# Class CreateDust, HomeAlone

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

public GameObject Dust1
return GameObject

Dust2 public_oe property

public GameObject Dust2
return GameObject

Dust3 public_oe property

public GameObject Dust3
return GameObject

Dust4 public_oe property

public GameObject Dust4
return GameObject

Dust5 public_oe property

public GameObject Dust5
return GameObject

DustRespawnTimeGap public_oe property

public int DustRespawnTimeGap
return int

MaxDust public_oe property

public int MaxDust
return int