C# Class DeveloperEvent, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
Dialog GameObject
button GameObject[]

Public Methods

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

Method Details

GoToMain() public method

public GoToMain ( ) : void
return void

ImageChange() public method

public ImageChange ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Dialog public property

public GameObject Dialog
return GameObject

button public property

public GameObject[] button
return GameObject[]