C# Class TinyTeam.Debuger.Console.Message

Represents a single message, with formatting options.
Mostra file Open project: chiuan/TTConsole

Public Properties

Property Type Description
customType string
defaultColor Color
errorColor Color
inputColor Color
outputColor Color
systemColor Color
type MessageType
unityColor Color
warningColor Color

Public Methods

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

Method Details

Error() public static method

public static Error ( object message, string customType ) : Message
message object
customType string
return Message

Input() public static method

public static Input ( object message ) : Message
message object
return Message

Log() public static method

public static Log ( object message, MessageType messageType ) : Message
message object
messageType MessageType
return Message

Log() public static method

public static Log ( object message, string customType ) : Message
message object
customType string
return Message

Log() public static method

public static Log ( object message, string customType, Color col ) : Message
message object
customType string
col Color
return Message

Message() public method

public Message ( object messageObject, MessageType messageType, Color displayColor, string customType ) : UnityEngine
messageObject object
messageType MessageType
displayColor Color
customType string
return UnityEngine

Output() public static method

public static Output ( object message ) : Message
message object
return Message

Set() public method

public Set ( object messageObject, MessageType messageType, Color displayColor, string customType ) : void
messageObject object
messageType MessageType
displayColor Color
customType string
return void

System() public static method

public static System ( object message ) : Message
message object
return Message

ToGUIString() public method

public ToGUIString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Unity() public static method

public static Unity ( object message ) : Message
message object
return Message

Warning() public static method

public static Warning ( object message, string customType ) : Message
message object
customType string
return Message

Property Details

customType public_oe property

public string customType
return string

defaultColor public_oe static_oe property

public static Color defaultColor
return Color

errorColor public_oe static_oe property

public static Color errorColor
return Color

inputColor public_oe static_oe property

public static Color inputColor
return Color

outputColor public_oe static_oe property

public static Color outputColor
return Color

systemColor public_oe static_oe property

public static Color systemColor
return Color

type public_oe property

public MessageType type
return MessageType

unityColor public_oe static_oe property

public static Color unityColor
return Color

warningColor public_oe static_oe property

public static Color warningColor
return Color