Skip to content

Withered-Flower-0422/BST

Repository files navigation

BME Script Typings

A collection of TypeScript typings for BME Pro HDRP scripts.

Current Version

  • v1.8.2

Usage

  • Put the _Typings folder and jsconfig.json file in %USERPROFILE%\AppData\LocalLow\Mushreb\BME Pro HDRP\Assets\Scripts.

  • If you don't want type checking during coding:

    • Ignore one line: add // @ts-ignore above the line you want to ignore.
    • Ignore the whole file: add // @ts-nocheck at the top of the file.
    • Ignore every file: change the checkJS setting in jsconfig.json to false.
  • If you want to enable strict type checking (not recommended), you can uncomment "strict": true in jsconfig.json.

Changelog

Detailed changes are documented in the CHANGELOG.

Contribution

Ballex² Mapping Tutorial

License

Copyright 2025-present Withered Flower.

Distributed under the terms of the Apache 2.0 license.

About

BME Script Typings

Topics

Resources

License

Stars

Watchers

Forks

Contributors