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_LOGGING
public
mixed
ENV_UNITY_LOGGING
= 'UNITY_LOGGING'
ENV_UNITY_NO_GRAPHICS
public
mixed
ENV_UNITY_NO_GRAPHICS
= 'UNITY_NO_GRAPHICS'
UNITY_LOG_ALL
public
mixed
UNITY_LOG_ALL
= 'all'
UNITY_LOG_CACHE
public
mixed
UNITY_LOG_CACHE
= 'cache'
UNITY_LOG_LICENSE
public
mixed
UNITY_LOG_LICENSE
= 'licensor'
UNITY_LOG_NONE
public
mixed
UNITY_LOG_NONE
= 'none'
UNITY_LOG_STDERR
public
mixed
UNITY_LOG_STDERR
= 'stderr'
UNITY_LOG_STDIN
public
mixed
UNITY_LOG_STDIN
= 'stdin'
UNITY_LOG_STDOUT
public
mixed
UNITY_LOG_STDOUT
= 'stdout'
Methods
formatCache()
public
static formatCache(string $text) : string
Parameters
- $text : string
Return values
stringformatError()
public
static formatError(string $text) : string
Parameters
- $text : string
Return values
stringformatInput()
public
static formatInput(string $text) : string
Parameters
- $text : string
Return values
stringformatLicensor()
public
static formatLicensor(string $text) : string
Parameters
- $text : string
Return values
stringformatOutput()
public
static formatOutput(string $text) : string
Parameters
- $text : string
Return values
stringgetAcceleratorEndpoint()
public
static getAcceleratorEndpoint() : string|null
Return values
string|nullgetAcceleratorParams()
public
static getAcceleratorParams() : array<string|int, mixed>
Return values
array<string|int, mixed>getNoGraphics()
public
static getNoGraphics() : bool
Return values
boolisLoggingCache()
public
static isLoggingCache() : bool
Return values
boolisLoggingError()
public
static isLoggingError() : bool
Return values
boolisLoggingInput()
public
static isLoggingInput() : bool
Return values
boolisLoggingLicense()
public
static isLoggingLicense() : bool
Return values
boolisLoggingOutput()
public
static isLoggingOutput() : bool
Return values
boolreload()
public
static reload() : void