C# Class fadeIn

Inheritance: MonoBehaviour
Exibir arquivo Open project: jsngai/deepsquid Class Usage Examples

Public Properties

Property Type Description
fadeInnow Image,
lerpedColor Color
startColor Color

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fadeInnow public_oe property

public Image, fadeInnow
return Image,

lerpedColor public_oe property

public Color lerpedColor
return Color

startColor public_oe property

public Color startColor
return Color