C# 클래스 BaseObj, Unity2d-Game

상속: MonoBehaviour
파일 보기 프로젝트 열기: sagivo/Unity2d-Game 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Game GameController,

보호된 프로퍼티들

프로퍼티 타입 설명
configs Config,

공개 메소드들

메소드 설명
e ( object o ) : void
l ( object o ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

e() 공개 메소드

public e ( object o ) : void
o object
리턴 void

l() 공개 메소드

public l ( object o ) : void
o object
리턴 void

프로퍼티 상세

Game 공개적으로 정적으로 프로퍼티

public static GameController, Game
리턴 GameController,

configs 보호되어 있는 정적으로 프로퍼티

protected static Config, configs
리턴 Config,