API ReferenceEditor
public class Editor.GameScenePicker : Editor.Widget
Opens an invisible popup above the game screen which allows you to left click once on the scene. This is great for things like selecting something from the game scene.
Constructors
Showing 1 constructors
public GameScenePicker()
No results match this filter.
Methods
Showing 5 methods
protected virtual void DoLayout()
public virtual void OnDestroyed()
protected virtual void OnMouseMove(Editor.MouseEvent e)
protected virtual void OnMouseReleased(Editor.MouseEvent e)
protected virtual void OnPaint()
No results match this filter.
Properties
Showing 1 properties
public System.Action Editor.GameScenePicker.Destroyed { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.GameScenePicker |