C# Class FadeManager, Unity-ITGHD

Inheritance: MonoBehaviour
Afficher le fichier Open project: BenouKat/Unity-ITGHD Class Usage Examples

Méthodes publiques

Свойство Type Description
depth int
disableWhenFinish bool
posxfinal float
speedFade float
startFeded bool

Méthodes publiques

Méthode Description
FadeIn ( ) : void
FadeIn ( string levelName ) : void
FadeOut ( ) : void
OnGUI ( ) : void
Start ( ) : void
setStartFadeOn ( ) : void

Method Details

FadeIn() public méthode

public FadeIn ( ) : void
Résultat void

FadeIn() public méthode

public FadeIn ( string levelName ) : void
levelName string
Résultat void

FadeOut() public méthode

public FadeOut ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

setStartFadeOn() public méthode

public setStartFadeOn ( ) : void
Résultat void

Property Details

depth public_oe property

public int depth
Résultat int

disableWhenFinish public_oe property

public bool disableWhenFinish
Résultat bool

posxfinal public_oe property

public float posxfinal
Résultat float

speedFade public_oe property

public float speedFade
Résultat float

startFeded public_oe property

public bool startFeded
Résultat bool