C# Class IntroController, STR

Inheritance: MonoBehaviour
显示文件 Open project: jamiehenson/STR Class Usage Examples

Public Properties

Property Type Description
bg GameObject
logo GameObject
text GameObject

Public Methods

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

Private Methods

Method Description
Intro ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bg public_oe property

public GameObject bg
return GameObject

logo public_oe property

public GameObject logo
return GameObject

text public_oe property

public GameObject text
return GameObject