C# 클래스 NetworkHUD, kaijurising

상속: NetworkBehaviour
파일 보기 프로젝트 열기: Moehammered/kaijurising 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ipAddressInput InputField,
isAutoConnecting bool
manager NetworkManager
menuServer GameObject
portInput InputField,
portNo Text

보호된 프로퍼티들

프로퍼티 타입 설명
reader StreamReader
text string
theSourceFile FileInfo
writer StreamWriter

공개 메소드들

메소드 설명
Awake ( ) : void
clientJoin ( ) : void
host ( ) : void
startServer ( ) : void
stopServer ( ) : void

비공개 메소드들

메소드 설명
autoConnect ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

clientJoin() 공개 메소드

public clientJoin ( ) : void
리턴 void

host() 공개 메소드

public host ( ) : void
리턴 void

startServer() 공개 메소드

public startServer ( ) : void
리턴 void

stopServer() 공개 메소드

public stopServer ( ) : void
리턴 void

프로퍼티 상세

ipAddressInput 공개적으로 프로퍼티

public InputField, ipAddressInput
리턴 InputField,

isAutoConnecting 공개적으로 프로퍼티

public bool isAutoConnecting
리턴 bool

manager 공개적으로 프로퍼티

public NetworkManager manager
리턴 NetworkManager

menuServer 공개적으로 프로퍼티

public GameObject menuServer
리턴 GameObject

portInput 공개적으로 프로퍼티

public InputField, portInput
리턴 InputField,

portNo 공개적으로 프로퍼티

public Text portNo
리턴 Text

reader 보호되어 있는 프로퍼티

protected StreamReader reader
리턴 StreamReader

text 보호되어 있는 프로퍼티

protected string text
리턴 string

theSourceFile 보호되어 있는 프로퍼티

protected FileInfo theSourceFile
리턴 FileInfo

writer 보호되어 있는 프로퍼티

protected StreamWriter writer
리턴 StreamWriter