C# Class TutorialPresentation, swip3

Inheritance: MonoBehaviour
显示文件 Open project: unit9/swip3

Public Properties

Property Type Description
avatars GameObject[]
gameOverEase UnityEngine.AnimationCurve

Public Methods

Method Description
IAMDone ( string arr ) : void
OnGUI ( ) : void
Start ( ) : void
changeValue ( float val ) : void
gameOverScreen ( ) : void

Method Details

IAMDone() public method

public IAMDone ( string arr ) : void
arr string
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

changeValue() public method

public changeValue ( float val ) : void
val float
return void

gameOverScreen() public method

public gameOverScreen ( ) : void
return void

Property Details

avatars public_oe property

public GameObject[] avatars
return GameObject[]

gameOverEase public_oe property

public AnimationCurve,UnityEngine gameOverEase
return UnityEngine.AnimationCurve