C# 클래스 NFStart, NoahGameFrame

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

공개 프로퍼티들

프로퍼티 타입 설명
bCommand bool
bDebugMode bool
mTrans Transform[]

공개 메소드들

메소드 설명
GetFocusListener ( ) : NFCoreExListener
GetFocusNet ( ) : NFNet,
GetFocusSender ( ) : NFBinarySendLogic,
SetFocusNet ( NFNet, xNet ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
Start ( ) : void

메소드 상세

GetFocusListener() 공개 메소드

public GetFocusListener ( ) : NFCoreExListener
리턴 NFTCPClient.NFCoreExListener

GetFocusNet() 공개 메소드

public GetFocusNet ( ) : NFNet,
리턴 NFNet,

GetFocusSender() 공개 메소드

public GetFocusSender ( ) : NFBinarySendLogic,
리턴 NFBinarySendLogic,

SetFocusNet() 공개 메소드

public SetFocusNet ( NFNet, xNet ) : void
xNet NFNet,
리턴 void

프로퍼티 상세

bCommand 공개적으로 프로퍼티

public bool bCommand
리턴 bool

bDebugMode 공개적으로 프로퍼티

public bool bDebugMode
리턴 bool

mTrans 공개적으로 프로퍼티

public Transform[] mTrans
리턴 Transform[]