C# Class SonarFxSwitcher, TWI_Repo

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public Gradient baseAlbedo
return Gradient

baseEmission public_oe property

public Gradient baseEmission
return Gradient

switchSpeed public_oe property

public float switchSpeed
return float

waveColor public_oe property

public Gradient waveColor
return Gradient