프로퍼티 | 타입 | 설명 | |
---|---|---|---|
connected | bool | ||
direction | string | ||
playerIP | string | ||
playerName | string | ||
port | int |
메소드 | 설명 | |
---|---|---|
OnApplicationQuit ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
changeControls ( ) : void | ||
init ( string targetIP, string name ) : void | ||
sendString ( ) : void | ||
setDirection ( string dir ) : void |
public init ( string targetIP, string name ) : void | ||
targetIP | string | |
name | string | |
리턴 | void |