Table of Contents

Class RuntimeArguments

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class RuntimeArguments
Inheritance
RuntimeArguments
Inherited Members
Extension Methods

Constructors

RuntimeArguments()

public RuntimeArguments()

Properties

IsMetricsMode

public bool IsMetricsMode { get; }

Property Value

bool

ScreenshotIntervalSeconds

public float ScreenshotIntervalSeconds { get; }

Property Value

float

TestReportOutputDirectory

public string TestReportOutputDirectory { get; }

Property Value

string

TestScreenShotOutputDirectory

public string TestScreenShotOutputDirectory { get; }

Property Value

string

Methods

CreateFromArguments(string)

public static RuntimeArguments CreateFromArguments(string inputArgs = null)

Parameters

inputArgs string

Returns

RuntimeArguments