C# 클래스 Foundation.Example.ExampleOptions

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Load ( ) : void
NotifyProperty ( string memberName, object paramater ) : void
Save ( ) : void
SaveAndClose ( ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

NotifyProperty() 공개 메소드

public NotifyProperty ( string memberName, object paramater ) : void
memberName string
paramater object
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAndClose() 공개 메소드

public SaveAndClose ( ) : void
리턴 void

프로퍼티 상세

Output 공개적으로 프로퍼티

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