C# 클래스 UILocalize, TheUnseen

상속: MonoBehaviour
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
key string

공개 메소드들

메소드 설명
OnEnable ( ) : void

Localize the widget on enable, but only if it has been started already.

OnLocalize ( ) : void

This function is called by the Localization manager via a broadcast SendMessage.

Start ( ) : void

Localize the widget on start.

메소드 상세

OnEnable() 공개 메소드

Localize the widget on enable, but only if it has been started already.
public OnEnable ( ) : void
리턴 void

OnLocalize() 공개 메소드

This function is called by the Localization manager via a broadcast SendMessage.
public OnLocalize ( ) : void
리턴 void

Start() 공개 메소드

Localize the widget on start.
public Start ( ) : void
리턴 void

프로퍼티 상세

key 공개적으로 프로퍼티

Localization key.
public string key
리턴 string