Api Editor TextCursor
class

TextCursor

public class TextCursor

Properties

Name Type Description
Position Int32
BlockNumber Int32
ColumnNumber Int32
SelectedText String
HasSelection Boolean
SelectionStart Int32
SelectionEnd Int32

Methods

Void InsertHtml(String str)
Void InsertText(String str)
Void RemoveSelectedText()
Void ClearSelection()
Void SelectBlockUnderCursor()
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.TextCursor