C# Class SonarFxSwitcher, TWI_Repo

Inheritance: MonoBehaviour
Show file Open project: justcollins/TWI_Repo

Public Properties

Property Type Description
baseAlbedo Gradient
baseEmission Gradient
switchSpeed float
waveColor Gradient

Public Methods

Method Description
Awake ( ) : void
Toggle ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Toggle() public method

public Toggle ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

baseAlbedo public property

public Gradient baseAlbedo
return Gradient

baseEmission public property

public Gradient baseEmission
return Gradient

switchSpeed public property

public float switchSpeed
return float

waveColor public property

public Gradient waveColor
return Gradient