C# Class Foundation.Example.MessengerExample

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

Свойство Type Description
Logger UnityEngine.UI.Text

Méthodes publiques

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

Private Methods

Méthode Description
Handler ( CachedExampleMessage m ) : void
Handler ( ExampleMessage m ) : void
Handler ( IExampleMessage m ) : void
Start ( ) : IEnumerator

Method Details

Application_logMessageReceived() public méthode

public Application_logMessageReceived ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
Résultat void

Assert() public méthode

public Assert ( Func func, string title ) : void
func Func
title string
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ObjectHandler() public méthode

public ObjectHandler ( object m ) : void
m object
Résultat void

Property Details

Logger public_oe property

public Text,UnityEngine.UI Logger
Résultat UnityEngine.UI.Text