C# 클래스 ServerSetupInfo, goalBall

In server instance of game. temporary script to carry port number to create networked game on
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 프로퍼티들

프로퍼티 타입 설명
portNumber int

공개 메소드들

메소드 설명
Awake ( ) : void

Prevent the object containing this script from being destroyed on load, only get rid of this script when its information is used

메소드 상세

Awake() 공개 메소드

Prevent the object containing this script from being destroyed on load, only get rid of this script when its information is used
public Awake ( ) : void
리턴 void

프로퍼티 상세

portNumber 공개적으로 프로퍼티

public int portNumber
리턴 int