C# Class LFO, RadialMenu-Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: XY01/RadialMenu-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
m_Amplitude float
m_ContinuousValue float
m_CurrentNormaliedValue float
m_DrawFrequencySlider bool
m_Frequency float
m_LinkedWithMasterSpeedController bool
m_Paused bool
m_Phase float
m_Waveform Wave.Waveform

Protected Properties

Свойство Type Description
m_PositionInCycle float
m_PrevPositionInCycle float

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetValueWithOffset ( float offset ) : float
OnDrawGizmos ( ) : void
SetFreqFromBPM ( float bpm ) : void
SetFrequency ( float freq ) : void
SetPhase ( float phase ) : void
SetSpeedMultiplyer ( float speedMultiplyer ) : void
SetWaveform ( Wave, waveform ) : void
SetWaveform ( int wavefromIndex ) : void
Start ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
Trigger ( ) : void

Method Details

GetValueWithOffset() public méthode

public GetValueWithOffset ( float offset ) : float
offset float
Résultat float

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

SetFreqFromBPM() public méthode

public SetFreqFromBPM ( float bpm ) : void
bpm float
Résultat void

SetFrequency() public méthode

public SetFrequency ( float freq ) : void
freq float
Résultat void

SetPhase() public méthode

public SetPhase ( float phase ) : void
phase float
Résultat void

SetSpeedMultiplyer() public méthode

public SetSpeedMultiplyer ( float speedMultiplyer ) : void
speedMultiplyer float
Résultat void

SetWaveform() public méthode

public SetWaveform ( Wave, waveform ) : void
waveform Wave,
Résultat void

SetWaveform() public méthode

public SetWaveform ( int wavefromIndex ) : void
wavefromIndex int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Trigger() protected méthode

protected Trigger ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

m_Amplitude public_oe property

public float m_Amplitude
Résultat float

m_ContinuousValue public_oe property

public float m_ContinuousValue
Résultat float

m_CurrentNormaliedValue public_oe property

public float m_CurrentNormaliedValue
Résultat float

m_DrawFrequencySlider public_oe property

public bool m_DrawFrequencySlider
Résultat bool

m_Frequency public_oe property

public float m_Frequency
Résultat float

m_LinkedWithMasterSpeedController public_oe property

public bool m_LinkedWithMasterSpeedController
Résultat bool

m_Paused public_oe property

public bool m_Paused
Résultat bool

m_Phase public_oe property

public float m_Phase
Résultat float

m_PositionInCycle protected_oe property

protected float m_PositionInCycle
Résultat float

m_PrevPositionInCycle protected_oe property

protected float m_PrevPositionInCycle
Résultat float

m_Waveform public_oe property

public Wave.Waveform m_Waveform
Résultat Wave.Waveform