Свойство | Тип | Описание | |
---|---|---|---|
Control | ControlType | ||
HandleRadius | float | ||
LeftMargin | float | ||
MaxSamples | int | ||
TotalLength | float |
Метод | Описание | |
---|---|---|
Drag ( float xPos ) : void | ||
DrawHandle ( ) : void | ||
EnvelopeHandle ( ControlType control, float yPos ) : System.Collections | ||
EvaluatePosInSamples ( float xPos ) : int | ||
HitTest ( Vector2 pos ) : bool | ||
SetClamps ( EnvelopeHandle leftClamp, EnvelopeHandle rightClamp ) : void | ||
UpdatePosition ( ) : void |
public EnvelopeHandle ( ControlType control, float yPos ) : System.Collections | ||
control | ControlType | |
yPos | float | |
Результат | System.Collections |
public EvaluatePosInSamples ( float xPos ) : int | ||
xPos | float | |
Результат | int |
public SetClamps ( EnvelopeHandle leftClamp, EnvelopeHandle rightClamp ) : void | ||
leftClamp | EnvelopeHandle | |
rightClamp | EnvelopeHandle | |
Результат | void |