C# Class FadeManager, Unity-ITGHD

Inheritance: MonoBehaviour
Mostrar archivo Open project: BenouKat/Unity-ITGHD Class Usage Examples

Public Properties

Property Type Description
depth int
disableWhenFinish bool
posxfinal float
speedFade float
startFeded bool

Public Methods

Method Description
FadeIn ( ) : void
FadeIn ( string levelName ) : void
FadeOut ( ) : void
OnGUI ( ) : void
Start ( ) : void
setStartFadeOn ( ) : void

Method Details

FadeIn() public method

public FadeIn ( ) : void
return void

FadeIn() public method

public FadeIn ( string levelName ) : void
levelName string
return void

FadeOut() public method

public FadeOut ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

setStartFadeOn() public method

public setStartFadeOn ( ) : void
return void

Property Details

depth public_oe property

public int depth
return int

disableWhenFinish public_oe property

public bool disableWhenFinish
return bool

posxfinal public_oe property

public float posxfinal
return float

speedFade public_oe property

public float speedFade
return float

startFeded public_oe property

public bool startFeded
return bool