C# Class Foundation.Example.MessengerExample

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
Logger UnityEngine.UI.Text

Public Methods

Method Description
Application_logMessageReceived ( string condition, string stackTrace, LogType type ) : void
Assert ( Func func, string title ) : void
Awake ( ) : void
ObjectHandler ( object m ) : void

Private Methods

Method Description
Handler ( CachedExampleMessage m ) : void
Handler ( ExampleMessage m ) : void
Handler ( IExampleMessage m ) : void
Start ( ) : IEnumerator

Method Details

Application_logMessageReceived() public method

public Application_logMessageReceived ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
return void

Assert() public method

public Assert ( Func func, string title ) : void
func Func
title string
return void

Awake() public method

public Awake ( ) : void
return void

ObjectHandler() public method

public ObjectHandler ( object m ) : void
m object
return void

Property Details

Logger public_oe property

public Text,UnityEngine.UI Logger
return UnityEngine.UI.Text