C# Class Foundation.Example.IocExample

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

Private Methods

Méthode Description
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

Property Details

Logger public_oe property

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