프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 SetClamps ( EnvelopeHandle leftClamp, EnvelopeHandle rightClamp ) : void | ||
leftClamp | EnvelopeHandle | |
rightClamp | EnvelopeHandle | |
리턴 | void |