struct
Tooltip
public sealed struct Tooltip A tooltip to show when looking at this pressable
Constructors
Tooltip(String Title, String Icon, String Description, Boolean Enabled, IPressable Pressable) A tooltip to show when looking at this pressable
Properties
| Name | Type | Description |
|---|---|---|
Title | String | |
Icon | String | |
Description | String | |
Enabled | Boolean | |
Pressable | IPressable |
Methods
Void Deconstruct(String Title, String Icon, String Description, Boolean Enabled, IPressable Pressable) Assembly:
Sandbox.Engine Declaring Type: Component/IPressable Full Name: Sandbox.Component.IPressable.Tooltip