C# 클래스 BBGamelib.NSAppDelegate

상속: UnityEngine.MonoBehaviour, CADisplayLink
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
applicationDidFinishLaunching ( ) : void
applicationRunOnceOnBuilding ( ) : void
invalidate ( System target ) : void
registWithTarget ( System target, Action selOnUpdate, Action selOnGUI ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

applicationDidFinishLaunching() 공개 추상적인 메소드

public abstract applicationDidFinishLaunching ( ) : void
리턴 void

applicationRunOnceOnBuilding() 공개 추상적인 메소드

public abstract applicationRunOnceOnBuilding ( ) : void
리턴 void

invalidate() 공개 메소드

public invalidate ( System target ) : void
target System
리턴 void

registWithTarget() 공개 메소드

public registWithTarget ( System target, Action selOnUpdate, Action selOnGUI ) : void
target System
selOnUpdate Action
selOnGUI Action
리턴 void