C# Class PlayAndChangeState

Inheritance: MonoBehaviour
Exibir arquivo Open project: natewinck/LightsOut

Public Properties

Property Type Description
clipList List
thenTransitionTo string

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
Start ( ) : IEnumerator

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

clipList public_oe property

public List clipList
return List

thenTransitionTo public_oe property

public string thenTransitionTo
return string