WebGLLinkerTarget
enumeration
Description 描述
The build format options available when building to WebGL.
See WebGL Player Settings documentation for more details.
Properties 属性
| Asm | Only asm.js output will be generated. This setting has been deprecated. | ||
| Wasm | Only WebAssembly output will be generated. This will require a browser with WebAssembly support to run the generated content. | ||
| Both | Both asm.js and WebAssembly output will be generated. The WebAssembly version of the generated content will be used if supported by the browser, otherwise, the asm.js version will be used. This setting has been deprecated. |