Property | Type | Description | |
---|---|---|---|
customType | string | ||
defaultColor | Color | ||
errorColor | Color | ||
inputColor | Color | ||
outputColor | Color | ||
systemColor | Color | ||
type | MessageType | ||
unityColor | Color | ||
warningColor | Color |
Method | Description | |
---|---|---|
Error ( object message, string customType ) : Message | ||
Input ( object message ) : Message | ||
Log ( object message, MessageType messageType ) : Message | ||
Log ( object message, string customType ) : Message | ||
Log ( object message, string customType, Color col ) : Message | ||
Message ( object messageObject, MessageType messageType, Color displayColor, string customType ) : UnityEngine | ||
Output ( object message ) : Message | ||
Set ( object messageObject, MessageType messageType, Color displayColor, string customType ) : void | ||
System ( object message ) : Message | ||
ToGUIString ( ) : string | ||
ToString ( ) : string | ||
Unity ( object message ) : Message | ||
Warning ( object message, string customType ) : Message |
public static Error ( object message, string customType ) : Message | ||
message | object | |
customType | string | |
return | Message |
public static Input ( object message ) : Message | ||
message | object | |
return | Message |
public static Log ( object message, MessageType messageType ) : Message | ||
message | object | |
messageType | MessageType | |
return | Message |
public static Log ( object message, string customType ) : Message | ||
message | object | |
customType | string | |
return | Message |
public static Log ( object message, string customType, Color col ) : Message | ||
message | object | |
customType | string | |
col | Color | |
return | Message |
public Message ( object messageObject, MessageType messageType, Color displayColor, string customType ) : UnityEngine | ||
messageObject | object | |
messageType | MessageType | |
displayColor | Color | |
customType | string | |
return | UnityEngine |
public static Output ( object message ) : Message | ||
message | object | |
return | Message |
public Set ( object messageObject, MessageType messageType, Color displayColor, string customType ) : void | ||
messageObject | object | |
messageType | MessageType | |
displayColor | Color | |
customType | string | |
return | void |
public static System ( object message ) : Message | ||
message | object | |
return | Message |
public static Unity ( object message ) : Message | ||
message | object | |
return | Message |
public static Warning ( object message, string customType ) : Message | ||
message | object | |
customType | string | |
return | Message |