Method | Description | |
---|---|---|
InfoBox ( string message, MessageType type = MessageType.Info ) : void | ||
OnEnable ( ) : void | ||
OnFocus ( ) : void | ||
OnGUI ( ) : void | ||
OnInspectorUpdate ( ) : void | ||
OnLostFocus ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
Init ( ) : void |
public InfoBox ( string message, MessageType type = MessageType.Info ) : void | ||
message | string | |
type | MessageType | |
return | void |