Explorar o código

add types description to app-manifest.md (#483)

- added description to app-manifest.md for excluding types with link to types api.
- updated app-manifest.png image to show new options.
Agustin hai 11 meses
pai
achega
0c3373cb49

+ 9 - 0
docs/en/manuals/app-manifest.md

@@ -12,14 +12,17 @@ Also application manifest contains some options to control compiling code for HT
 
 ![](images/app_manifest/app-manifest.png)
 
+
 ## Physics
 
 Control which physics engine to use, or select None to exclude physics completely.
 
+
 ## Rig + Model
 
 Control rig and model functionality, or select None to exclude model and rig completely. (See [`Model`](https://defold.com/manuals/model/#model-component) documentation).
 
+
 ## Exclude Record
 
 Excluded the video recording capability from the engine (see the [`start_record`](https://defold.com/ref/stable/sys/#start_record) message documentation).
@@ -49,6 +52,12 @@ Exclude the [Live Update functionality](/manuals/live-update) from the engine.
 
 Exclude `image` script module [link](https://defold.com/ref/stable/image/) from the engine.
 
+
+## Exclude Types
+
+Exclude `types` script module [link](https://defold.com/ref/stable/types/) from the engine.
+
+
 ## Exclude Basis Universal
 
 Exclude the Basis Universal [texture compression library](/manuals/texture-profiles) from the engine.

BIN=BIN
docs/en/manuals/images/app_manifest/app-manifest.png