engine

@wixc3/engine-core on Github

Home > @wixc3/engine-core > Environment

Environment class

Signature:

export declare class Environment<NAME extends string = string, TYPE extends EnvironmentTypes = EnvironmentTypes, MODE extends EnvironmentMode = EnvironmentMode, DEPS extends MultiEnvironment<TYPE>[] | [] = []> 

Constructors

Constructor Modifiers Description
[(constructor)(env, envType, endpointType, dependencies)](/engine/engine-core.environment._constructor_.html) Constructs a new instance of the `Environment` class

Properties

Property Modifiers Type Description
[dependencies](/engine/engine-core.environment.dependencies.html) `readonly` DEPS
[endpointType](/engine/engine-core.environment.endpointtype.html) `readonly` MODE
[env](/engine/engine-core.environment.env.html) `readonly` NAME
[envType](/engine/engine-core.environment.envtype.html) `readonly` TYPE