Skip to content

Commit

Permalink
add types description to app-manifest.md (#483)
Browse files Browse the repository at this point in the history
- added description to app-manifest.md for excluding types with link to types api.
- updated app-manifest.png image to show new options.
  • Loading branch information
FlexYourBrain authored Oct 13, 2024
1 parent 583ffd7 commit 0c3373c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/en/manuals/app-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.
Expand Down
Binary file modified docs/en/manuals/images/app_manifest/app-manifest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c3373c

Please sign in to comment.