C# Class SelfReproachText, HomeAlone

Inheritance: MonoBehaviour
Exibir arquivo Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
Ammo GameObject
Bear GameObject
EndingSound GameObject
Lion GameObject
Owl GameObject
Penguin GameObject
RealEndingPicture GameObject
SheepAndCroc GameObject
Snake GameObject
Text GameObject

Public Methods

Method Description
FadeIn ( ) : void
FadeOut ( ) : void
ShowText ( GameObject Object ) : void
Start ( ) : void
Update ( ) : void

Method Details

FadeIn() public method

public FadeIn ( ) : void
return void

FadeOut() public method

public FadeOut ( ) : void
return void

ShowText() public method

public ShowText ( GameObject Object ) : void
Object GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Ammo public_oe property

public GameObject Ammo
return GameObject

Bear public_oe property

public GameObject Bear
return GameObject

EndingSound public_oe property

public GameObject EndingSound
return GameObject

Lion public_oe property

public GameObject Lion
return GameObject

Owl public_oe property

public GameObject Owl
return GameObject

Penguin public_oe property

public GameObject Penguin
return GameObject

RealEndingPicture public_oe property

public GameObject RealEndingPicture
return GameObject

SheepAndCroc public_oe property

public GameObject SheepAndCroc
return GameObject

Snake public_oe property

public GameObject Snake
return GameObject

Text public_oe property

public GameObject Text
return GameObject