C# Class UIManagerScript, LetsMake

Inheritance: MonoBehaviour
ファイルを表示 Open project: anneomcl/LetsMake Class Usage Examples

Public Properties

Property Type Description
gameScene string

Public Methods

Method Description
StartGame ( ) : void
StartGameAsBoy ( ) : void
StartGameAsGirl ( ) : void

Method Details

StartGame() public method

public StartGame ( ) : void
return void

StartGameAsBoy() public method

public StartGameAsBoy ( ) : void
return void

StartGameAsGirl() public method

public StartGameAsGirl ( ) : void
return void

Property Details

gameScene public_oe property

public string gameScene
return string