C# Class ChoiceManager, HomeAlone

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

Public Properties

Property Type Description
SayYes bool
button GameObject

Public Methods

Method Description
SayNotoFirstChoice ( ) : void
SayNotoSecondChoice ( ) : void
SayYestoChoice ( ) : void

Method Details

SayNotoFirstChoice() public method

public SayNotoFirstChoice ( ) : void
return void

SayNotoSecondChoice() public method

public SayNotoSecondChoice ( ) : void
return void

SayYestoChoice() public method

public SayYestoChoice ( ) : void
return void

Property Details

SayYes public_oe static_oe property

public static bool SayYes
return bool

button public_oe property

public GameObject button
return GameObject