C# Class SineFade

Inheritance: MonoBehaviour
Show file 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 property

public float fadeAmount
return float

fadeSpeed public property

public float fadeSpeed
return float

meshrenderer public property

public MeshRenderer,UnityEngine meshrenderer
return UnityEngine.MeshRenderer

minAlpha public property

public float minAlpha
return float

phase public property

public float phase
return float