C# Class SpecialActions_Cutscene_Tutorial

Inheritance: SpecialActions
Show file Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
BGBlack GameObject
BGClouds GameObject
Testing bool

Public Methods

Method Description
DoSpecialAction ( string actionTag ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
EndTutorialCutscene ( ) : IEnumerator
NextScene ( ) : IEnumerator
portraitExit ( float dir ) : void
setupTutorialCutscene ( ) : void

Method Details

DoSpecialAction() public method

public DoSpecialAction ( string actionTag ) : void
actionTag string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BGBlack public property

public GameObject BGBlack
return GameObject

BGClouds public property

public GameObject BGClouds
return GameObject

Testing public property

public bool Testing
return bool