C# 클래스 Foundation.Example.IocExample

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 프로퍼티들

프로퍼티 타입 설명
Logger UnityEngine.UI.Text

공개 메소드들

메소드 설명
Application_logMessageReceived ( string condition, string stackTrace, LogType type ) : void
Assert ( Func func, string title ) : void
Awake ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : IEnumerator

메소드 상세

Application_logMessageReceived() 공개 메소드

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

Assert() 공개 메소드

public Assert ( Func func, string title ) : void
func Func
title string
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

프로퍼티 상세

Logger 공개적으로 프로퍼티

public Text,UnityEngine.UI Logger
리턴 UnityEngine.UI.Text