> For the complete documentation index, see [llms.txt](https://docs.eternals.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eternals.game/gdk-documentation/cocos-creator/api-reference/ninetyeight-game-development-kit-cocos-creator/enumerations/ninetyeight.neenvironment.md).

# NinetyEight.NEEnvironment

**negdkcc**

***

negdkcc / NEEnvironment

## Enumeration: NEEnvironment

Defined in: [defines/NEEnvironment.ts:5](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/defines/NEEnvironment.ts#L5)

Defines the different environments for the game.\
Used to distinguish between production, staging, and development environments.

### Enumeration Members

#### DEV

> **DEV**: `2`

Defined in: [defines/NEEnvironment.ts:19](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/defines/NEEnvironment.ts#L19)

Represents the development environment.

***

#### PROD

> **PROD**: `0`

Defined in: [defines/NEEnvironment.ts:9](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/defines/NEEnvironment.ts#L9)

Represents the production environment.

***

#### STAG

> **STAG**: `1`

Defined in: [defines/NEEnvironment.ts:14](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/defines/NEEnvironment.ts#L14)

Represents the staging environment.
