API ReferenceEditor
BaseScrollWidgetclass
Constructors1
Showing 1 constructors
public BaseScrollWidget(Editor.Widget parent = null)
| Parameter | Type | Description |
|---|---|---|
| parent = null | Widget | — |
No results match this filter.
Methods5
Showing 5 methods
protected virtual void OnMouseWheel(Editor.WheelEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | WheelEvent | — |
Returns:
void—protected virtual void OnScrollChanged()
Called when the scroll position has changed.
Returns:
void—public virtual void ScrollingFrame()
Returns:
void—public virtual void Update()
Returns:
void—No results match this filter.
Properties6
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; }
Returns:
bool—public float Editor.BaseScrollWidget.SmoothScrollTarget { get; set; }
The smooth scrolling wants to move by this amount
Returns:
float—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.