A collection of TypeScript typings for BME Pro HDRP scripts.
- v1.8.2
-
Put the
_Typingsfolder andjsconfig.jsonfile in%USERPROFILE%\AppData\LocalLow\Mushreb\BME Pro HDRP\Assets\Scripts. -
If you don't want type checking during coding:
- Ignore one line: add
// @ts-ignoreabove the line you want to ignore. - Ignore the whole file: add
// @ts-nocheckat the top of the file. - Ignore every file: change the
checkJSsetting injsconfig.jsontofalse.
- Ignore one line: add
-
If you want to enable strict type checking (not recommended), you can uncomment
"strict": trueinjsconfig.json.
Detailed changes are documented in the CHANGELOG.
- If you are in the Ballex² official discord server
5NygdBmksEor the Ballex² official QQ group797934847, you can directly@枯萎の花. - If you are familiar with the routines, you can create issues or pull requests here.
- If you are new to Ballex² mapping, you can check out the mapping tutorial.
- And its source code repository if you want to do a local setup.
Copyright 2025-present Withered Flower.
Distributed under the terms of the Apache 2.0 license.