API ReferenceEditor
public class Editor.BaseScrollWidget : Editor.Frame
Constructors
Showing 1 constructors
public BaseScrollWidget(Editor.Widget parent = null)
Parameters
parent: Default: null
No results match this filter.
Methods
Showing 5 methods
protected virtual void OnKeyPress(Editor.KeyEvent e)
protected virtual void OnMouseWheel(Editor.WheelEvent e)
protected virtual void OnScrollChanged()
Called when the scroll position has changed.
public virtual void ScrollingFrame()
public virtual void Update()
No results match this filter.
Properties
Showing 6 properties
public Editor.ScrollBar Editor.BaseScrollWidget.HorizontalScrollbar { get; set; }
The horizontal scroll bar.
public Editor.ScrollbarMode Editor.BaseScrollWidget.HorizontalScrollbarMode { get; set; }
`Editor.BaseScrollWidget.HorizontalScrollbar` mode.
public bool Editor.BaseScrollWidget.SmoothScrolling { get; set; }
public float Editor.BaseScrollWidget.SmoothScrollTarget { get; set; }
The smooth scrolling wants to move by this amount
public Editor.ScrollBar Editor.BaseScrollWidget.VerticalScrollbar { get; set; }
The vertical scroll bar.
public Editor.ScrollbarMode Editor.BaseScrollWidget.VerticalScrollbarMode { get; set; }
`Editor.BaseScrollWidget.VerticalScrollbar` mode.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.BaseScrollWidget |