API Referenceglobal
public sealed struct Sandbox.Component.IPressable.Tooltip
A tooltip to show when looking at this pressable
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public Tooltip(string Title, string Icon, string Description, bool Enabled = True, Sandbox.Component.IPressable Pressable = null)
A tooltip to show when looking at this pressable
Parameters
Enabled: Default: TruePressable: Default: null
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(string Title, string Icon, string Description, bool Enabled, Sandbox.Component.IPressable Pressable)
No results match this filter.
Properties
Showing 5 properties
public string Sandbox.Component.IPressable.Tooltip.Description { get; set; }
public bool Sandbox.Component.IPressable.Tooltip.Enabled { get; set; }
public string Sandbox.Component.IPressable.Tooltip.Icon { get; set; }
public Sandbox.Component.IPressable Sandbox.Component.IPressable.Tooltip.Pressable { get; set; }
public string Sandbox.Component.IPressable.Tooltip.Title { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Component.IPressable.Tooltip |