C# Class TextFadeIn, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
显示文件 Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
delay float
endColor Color
rate float
startColor Color
text Text

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

delay public_oe property

public float delay
return float

endColor public_oe property

public Color endColor
return Color

rate public_oe property

public float rate
return float

startColor public_oe property

public Color startColor
return Color

text public_oe property

public Text text
return Text