Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add types description to app-manifest.md #483

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.