Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The managed code objects created by the Content Processor are serialized into a

The format of data in the .XNB file is tightly coupled to the MonoGame Framework. It is not designed for use by other runtime libraries.

If you are intested in the format of the .XNB files you can view the [XNB specification](XNB Format.docx).

### Runtime Components

Runtime components of the Content Pipeline support loading and using the transformed game asset by your MonoGame game. These components use the [MonoGame library](../monogame_class_library/index.md), which can be extended to create custom components.
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions ci.docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"**/videos/**",
"**/files/**",
"**/snippets/**",
"**/*.docx",
"CNAME"
]
}
Expand Down
1 change: 1 addition & 0 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"**/videos/**",
"**/files/**",
"**/snippets/**",
"**/*.docx",
"CNAME"
]
}
Expand Down