API ReferenceSandbox
public sealed class Sandbox.WorldPanel : Sandbox.Renderer
Renders any attached PanelComponents to the world in 3D space.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public WorldPanel()
No results match this filter.
Methods
Showing 1 methods
No results match this filter.
Properties
Showing 6 properties
public Sandbox.WorldPanel.HAlignment Sandbox.WorldPanel.HorizontalAlign { get; set; }
public float Sandbox.WorldPanel.InteractionRange { get; set; }
How far can we interact with this world panel?
public bool Sandbox.WorldPanel.LookAtCamera { get; set; }
public Vector2 Sandbox.WorldPanel.PanelSize { get; set; }
public float Sandbox.WorldPanel.RenderScale { get; set; }
public Sandbox.WorldPanel.VAlignment Sandbox.WorldPanel.VerticalAlign { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.WorldPanel |