C# Class SineFade

Inheritance: MonoBehaviour
Exibir arquivo Open project: Devination/TheRightWay

Public Properties

Property Type Description
fadeAmount float
fadeSpeed float
meshrenderer UnityEngine.MeshRenderer
minAlpha float
phase float

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

fadeAmount public_oe property

public float fadeAmount
return float

fadeSpeed public_oe property

public float fadeSpeed
return float

meshrenderer public_oe property

public MeshRenderer,UnityEngine meshrenderer
return UnityEngine.MeshRenderer

minAlpha public_oe property

public float minAlpha
return float

phase public_oe property

public float phase
return float