C# Class Prime31.SpriteLightColorCycler

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: prime31/SpriteLightKit

Public Properties

Property Type Description
colorChannel SLKColorchannels
waveFunction SLKWaveFunctions

Public Methods

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

Private Methods

Method Description
evaluateWaveFunction ( ) : float

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

colorChannel public_oe property

public SLKColorchannels colorChannel
return SLKColorchannels

waveFunction public_oe property

public SLKWaveFunctions waveFunction
return SLKWaveFunctions