VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.Editor.Attributes.HelpBoxAttribute Class Reference
Inheritance diagram for VRC.SDKBase.Editor.Attributes.HelpBoxAttribute:
Collaboration diagram for VRC.SDKBase.Editor.Attributes.HelpBoxAttribute:

Public Types

enum  MessageType : Enum
 

Public Member Functions

 HelpBoxAttribute (string text, MessageType messageType=MessageType.None)
 

Public Attributes

string text
 
MessageType messageType
 

Detailed Description

Definition at line 16132 of file VRCSDKBase.cs.

Member Enumeration Documentation

◆ MessageType

Constructor & Destructor Documentation

◆ HelpBoxAttribute()

VRC.SDKBase.Editor.Attributes.HelpBoxAttribute.HelpBoxAttribute ( string  text,
MessageType  messageType = MessageType.None 
)

Definition at line 16146 of file VRCSDKBase.cs.

Member Data Documentation

◆ messageType

MessageType VRC.SDKBase.Editor.Attributes.HelpBoxAttribute.messageType

Definition at line 16144 of file VRCSDKBase.cs.

◆ text

string VRC.SDKBase.Editor.Attributes.HelpBoxAttribute.text

Definition at line 16142 of file VRCSDKBase.cs.


The documentation for this class was generated from the following file: