Api Sandbox InfoBoxAttribute
class

InfoBoxAttribute

public sealed class InfoBoxAttribute : Attribute

Draw a box with information above this property

Constructors

InfoBoxAttribute(String message, String icon, EditorTint tint)

Properties

Name Type Description
Message String Message to display
Icon String The icon to show (material icons)
Tint EditorTint The color of this info box. Helps group things, helps things to stand out. Defaults to blue.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.InfoBoxAttribute