C# Class Message, UnityHello

Inheritance: MonoBehaviour
Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Message ( string name ) : UnityEngine
Message ( string name, object body ) : UnityEngine
Message ( string name, object body, string type ) : UnityEngine
ToString ( ) : string

Method Details

Message() public method

public Message ( string name ) : UnityEngine
name string
return UnityEngine

Message() public method

public Message ( string name, object body ) : UnityEngine
name string
body object
return UnityEngine

Message() public method

public Message ( string name, object body, string type ) : UnityEngine
name string
body object
type string
return UnityEngine

ToString() public method

public ToString ( ) : string
return string