C# Class Birthday, HomeAlone

Inheritance: MonoBehaviour
Datei anzeigen Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
Friend1 GameObject

Public Methods

Method Description
ChangeScene ( int n ) : void
GoToMain ( ) : void
LionBirthdayImage ( ) : void
PenguinBirthdayImage ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ChangeScene() public method

public ChangeScene ( int n ) : void
n int
return void

GoToMain() public method

public GoToMain ( ) : void
return void

LionBirthdayImage() public method

public LionBirthdayImage ( ) : void
return void

PenguinBirthdayImage() public method

public PenguinBirthdayImage ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Friend1 public_oe property

public GameObject Friend1
return GameObject