프로퍼티 | 타입 | 설명 | |
---|---|---|---|
captionBar | Axiom.Overlays.Elements.BorderPanel | ||
captionTextArea | |||
dragOffset | Real | ||
isDragging | bool | ||
lines | List |
||
padding | Real | ||
scrollHandle | |||
scrollPercentage | Real | ||
scrollTrack | Axiom.Overlays.Elements.BorderPanel | ||
startingLine | int | ||
text | String | ||
textArea |
메소드 | 설명 | |
---|---|---|
AppendText ( String text ) : void |
|
|
ClearText ( ) : void |
|
|
OnCursorMoved ( Vector2 cursorPos ) : void |
|
|
OnCursorPressed ( Vector2 cursorPos ) : void |
|
|
OnCursorReleased ( Vector2 cursorPos ) : void |
|
|
OnLostFocus ( ) : void |
|
|
RefitContents ( ) : void |
Makes adjustments based on new padding, size, or alignment info.
|
|
TextBox ( String name, String caption, Real width, Real height ) : System |
Do not instantiate any widgets directly. Use SdkTrayManager.
|
메소드 | 설명 | |
---|---|---|
FilterLines ( ) : void |
Decides which lines to show.
|
public OnCursorPressed ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
리턴 | void |
public OnCursorReleased ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
리턴 | void |
public TextBox ( String name, String caption, Real width, Real height ) : System | ||
name | String | |
caption | String | |
width | Real | |
height | Real | |
리턴 | System |
protected BorderPanel,Axiom.Overlays.Elements captionBar | ||
리턴 | Axiom.Overlays.Elements.BorderPanel |
protected TextArea,Axiom.Overlays.Elements captionTextArea | ||
리턴 |
protected Panel,Axiom.Overlays.Elements scrollHandle | ||
리턴 |
protected BorderPanel,Axiom.Overlays.Elements scrollTrack | ||
리턴 | Axiom.Overlays.Elements.BorderPanel |