Property | Type | Description | |
---|---|---|---|
Control | ControlType | ||
HandleRadius | float | ||
LeftMargin | float | ||
MaxSamples | int | ||
TotalLength | float |
Method | Description | |
---|---|---|
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 | |
return | System.Collections |
public EvaluatePosInSamples ( float xPos ) : int | ||
xPos | float | |
return | int |
public SetClamps ( EnvelopeHandle leftClamp, EnvelopeHandle rightClamp ) : void | ||
leftClamp | EnvelopeHandle | |
rightClamp | EnvelopeHandle | |
return | void |