C# Class Foundation.Example.IocExample

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

Private Methods

Method Description
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

Property Details

Logger public_oe property

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