Documentation

UnityEnvironment
in package

FinalYes

Table of Contents

Constants

ENV_UNITY_ACCELERATOR_ENDPOINT  = 'UNITY_ACCELERATOR_ENDPOINT'
ENV_UNITY_ACCELERATOR_PARAMS  = 'UNITY_ACCELERATOR_PARAMS'
ENV_UNITY_LOGGING  = 'UNITY_LOGGING'
ENV_UNITY_NO_GRAPHICS  = 'UNITY_NO_GRAPHICS'
UNITY_LOG_ALL  = 'all'
UNITY_LOG_CACHE  = 'cache'
UNITY_LOG_LICENSE  = 'licensor'
UNITY_LOG_NONE  = 'none'
UNITY_LOG_STDERR  = 'stderr'
UNITY_LOG_STDIN  = 'stdin'
UNITY_LOG_STDOUT  = 'stdout'

Methods

formatCache()  : string
formatError()  : string
formatInput()  : string
formatLicensor()  : string
formatOutput()  : string
getAcceleratorEndpoint()  : string|null
getAcceleratorParams()  : array<string|int, mixed>
getNoGraphics()  : bool
isLoggingCache()  : bool
isLoggingError()  : bool
isLoggingInput()  : bool
isLoggingLicense()  : bool
isLoggingOutput()  : bool
reload()  : void

Constants

ENV_UNITY_ACCELERATOR_ENDPOINT

public mixed ENV_UNITY_ACCELERATOR_ENDPOINT = 'UNITY_ACCELERATOR_ENDPOINT'

ENV_UNITY_ACCELERATOR_PARAMS

public mixed ENV_UNITY_ACCELERATOR_PARAMS = 'UNITY_ACCELERATOR_PARAMS'

ENV_UNITY_NO_GRAPHICS

public mixed ENV_UNITY_NO_GRAPHICS = 'UNITY_NO_GRAPHICS'

Methods

formatCache()

public static formatCache(string $text) : string
Parameters
$text : string
Return values
string

formatError()

public static formatError(string $text) : string
Parameters
$text : string
Return values
string

formatInput()

public static formatInput(string $text) : string
Parameters
$text : string
Return values
string

formatLicensor()

public static formatLicensor(string $text) : string
Parameters
$text : string
Return values
string

formatOutput()

public static formatOutput(string $text) : string
Parameters
$text : string
Return values
string

getAcceleratorEndpoint()

public static getAcceleratorEndpoint() : string|null
Return values
string|null

getAcceleratorParams()

public static getAcceleratorParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

isLoggingCache()

public static isLoggingCache() : bool
Return values
bool

isLoggingError()

public static isLoggingError() : bool
Return values
bool

isLoggingInput()

public static isLoggingInput() : bool
Return values
bool

isLoggingLicense()

public static isLoggingLicense() : bool
Return values
bool

isLoggingOutput()

public static isLoggingOutput() : bool
Return values
bool

        
On this page

Search results