Engine Modules Example: Build-Time Constants As these constants are declared with const, they provide good opportunities for code optimization. Examples are as follows: import { DEV } from 'cc/env';if (DEV) {}