API ReferenceSandbox.UI

WorldInputclass

objectWorldInput
Namespace
Sandbox.UI
Assembly
Sandbox.Engine
Declaration
public class Sandbox.UI.WorldInput

Obsolete

Use the WorldInput component, this class does nothing.

Constructors1

Showing 1 constructors

public WorldInput()PUBLICCONSTRUCTORINGEST

Properties8

Showing 8 properties

public Sandbox.UI.Panel Sandbox.UI.WorldInput.Active { get; set; }PUBLICGETSET

Returns:Panel

public bool Sandbox.UI.WorldInput.Enabled { get; set; }PUBLICGETSET

Returns:bool

public Sandbox.UI.Panel Sandbox.UI.WorldInput.Hovered { get; set; }PUBLICGETSET

Returns:Panel

public bool Sandbox.UI.WorldInput.MouseLeftPressed { get; set; }PUBLICGETSET

Returns:bool

public bool Sandbox.UI.WorldInput.MouseRightPressed { get; set; }PUBLICGETSET

Returns:bool

public Vector2 Sandbox.UI.WorldInput.MouseWheel { get; set; }PUBLICGETSET

Returns:Vector2

public Ray Sandbox.UI.WorldInput.Ray { get; set; }PUBLICGETSET

Returns:Ray

public bool Sandbox.UI.WorldInput.UseMouseInput { get; set; }PUBLICGETSETINGEST

Returns:bool

On this page