C# 클래스 PlatformRunnerConfiguration, fungus

파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buildScenes List
buildTarget BuildTarget,
ipList List
port int
projectName string
resultsDir string
runInEditor bool
sendResultsOverNetwork bool
testScenes List

공개 메소드들

메소드 설명
GetConnectionIPs ( ) : string[]
GetTempPath ( ) : string
PlatformRunnerConfiguration ( ) : System
PlatformRunnerConfiguration ( BuildTarget, buildTarget ) : System
TryToGetFreePort ( ) : int

메소드 상세

GetConnectionIPs() 공개 메소드

public GetConnectionIPs ( ) : string[]
리턴 string[]

GetTempPath() 공개 메소드

public GetTempPath ( ) : string
리턴 string

PlatformRunnerConfiguration() 공개 메소드

public PlatformRunnerConfiguration ( ) : System
리턴 System

PlatformRunnerConfiguration() 공개 메소드

public PlatformRunnerConfiguration ( BuildTarget, buildTarget ) : System
buildTarget BuildTarget,
리턴 System

TryToGetFreePort() 공개 정적인 메소드

public static TryToGetFreePort ( ) : int
리턴 int

프로퍼티 상세

buildScenes 공개적으로 프로퍼티

public List buildScenes
리턴 List

buildTarget 공개적으로 프로퍼티

public BuildTarget, buildTarget
리턴 BuildTarget,

ipList 공개적으로 프로퍼티

public List ipList
리턴 List

port 공개적으로 프로퍼티

public int port
리턴 int

projectName 공개적으로 프로퍼티

public string projectName
리턴 string

resultsDir 공개적으로 프로퍼티

public string resultsDir
리턴 string

runInEditor 공개적으로 프로퍼티

public bool runInEditor
리턴 bool

sendResultsOverNetwork 공개적으로 프로퍼티

public bool sendResultsOverNetwork
리턴 bool

testScenes 공개적으로 프로퍼티

public List testScenes
리턴 List