C# Class LevelSelectManager, 306_project2

Inheritance: MonoBehaviour
显示文件 Open project: ElliotWhiley/306_project2 Class Usage Examples

Public Properties

Property Type Description
benchmark ].float[
canvas GameObject
level1Button Button,
level2Button Button,
level3Button Button,
level4Button Button,
lock2 GameObject
lock3 GameObject
lock4 GameObject
star11 GameObject
star12 GameObject
star13 GameObject
star21 GameObject
star22 GameObject
star23 GameObject
star31 GameObject
star32 GameObject
star33 GameObject
star41 GameObject
star42 GameObject
star43 GameObject

Public Methods

Method Description
Start ( ) : void
setStars ( int level, GameObject star1, GameObject star2, GameObject star3 ) : void

Method Details

Start() public method

public Start ( ) : void
return void

setStars() public method

public setStars ( int level, GameObject star1, GameObject star2, GameObject star3 ) : void
level int
star1 GameObject
star2 GameObject
star3 GameObject
return void

Property Details

benchmark public_oe property

public float[,] benchmark
return ].float[

canvas public_oe property

public GameObject canvas
return GameObject

level1Button public_oe property

public Button, level1Button
return Button,

level2Button public_oe property

public Button, level2Button
return Button,

level3Button public_oe property

public Button, level3Button
return Button,

level4Button public_oe property

public Button, level4Button
return Button,

lock2 public_oe property

public GameObject lock2
return GameObject

lock3 public_oe property

public GameObject lock3
return GameObject

lock4 public_oe property

public GameObject lock4
return GameObject

star11 public_oe property

public GameObject star11
return GameObject

star12 public_oe property

public GameObject star12
return GameObject

star13 public_oe property

public GameObject star13
return GameObject

star21 public_oe property

public GameObject star21
return GameObject

star22 public_oe property

public GameObject star22
return GameObject

star23 public_oe property

public GameObject star23
return GameObject

star31 public_oe property

public GameObject star31
return GameObject

star32 public_oe property

public GameObject star32
return GameObject

star33 public_oe property

public GameObject star33
return GameObject

star41 public_oe property

public GameObject star41
return GameObject

star42 public_oe property

public GameObject star42
return GameObject

star43 public_oe property

public GameObject star43
return GameObject