API ReferenceEditor
GameScenePickerclass
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.
Constructors1
Showing 1 constructors
public GameScenePicker()
No results match this filter.
Methods5
Showing 5 methods
protected virtual void DoLayout()
Returns:
void—public virtual void OnDestroyed()
Returns:
void—protected virtual void OnMouseMove(Editor.MouseEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MouseEvent | — |
Returns:
void—protected virtual void OnMouseReleased(Editor.MouseEvent e)
| Parameter | Type | Description |
|---|---|---|
| e | MouseEvent | — |
Returns:
void—protected virtual void OnPaint()
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public System.Action Editor.GameScenePicker.Destroyed { get; set; }
Returns:
Action—No results match this filter.