C# 클래스 HappyFunTimes.HFTRuntimeOptions

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
args string
captivePortal bool
controllerFilename string
dataPath string
debug string
disconnectPlayersIfGameDisconnects bool
dns bool
gameId string
id string
installationMode bool
ipv4DnsAddress string
ipv6DnsAddress string
master bool
name string
rendezvousUrl string
sendFilesToServer bool
serverPort string
showInList bool
showMessages bool
startExternalServer bool
startServer bool
url string

공개 메소드들

메소드 설명
HFTRuntimeOptions ( ) : System
HFTRuntimeOptions ( HFTGameOptions userOptions ) : System

메소드 상세

HFTRuntimeOptions() 공개 메소드

public HFTRuntimeOptions ( ) : System
리턴 System

HFTRuntimeOptions() 공개 메소드

public HFTRuntimeOptions ( HFTGameOptions userOptions ) : System
userOptions HFTGameOptions
리턴 System

프로퍼티 상세

args 공개적으로 프로퍼티

public string args
리턴 string

captivePortal 공개적으로 프로퍼티

public bool captivePortal
리턴 bool

controllerFilename 공개적으로 프로퍼티

public string controllerFilename
리턴 string

dataPath 공개적으로 프로퍼티

public string dataPath
리턴 string

debug 공개적으로 프로퍼티

public string debug
리턴 string

disconnectPlayersIfGameDisconnects 공개적으로 프로퍼티

public bool disconnectPlayersIfGameDisconnects
리턴 bool

dns 공개적으로 프로퍼티

public bool dns
리턴 bool

gameId 공개적으로 프로퍼티

public string gameId
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string

installationMode 공개적으로 프로퍼티

public bool installationMode
리턴 bool

ipv4DnsAddress 공개적으로 프로퍼티

public string ipv4DnsAddress
리턴 string

ipv6DnsAddress 공개적으로 프로퍼티

public string ipv6DnsAddress
리턴 string

master 공개적으로 프로퍼티

public bool master
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

rendezvousUrl 공개적으로 프로퍼티

public string rendezvousUrl
리턴 string

sendFilesToServer 공개적으로 프로퍼티

public bool sendFilesToServer
리턴 bool

serverPort 공개적으로 프로퍼티

public string serverPort
리턴 string

showInList 공개적으로 프로퍼티

public bool showInList
리턴 bool

showMessages 공개적으로 프로퍼티

public bool showMessages
리턴 bool

startExternalServer 공개적으로 프로퍼티

public bool startExternalServer
리턴 bool

startServer 공개적으로 프로퍼티

public bool startServer
리턴 bool

url 공개적으로 프로퍼티

public string url
리턴 string