Skip to Content
DocumentationComponentsInteractive

Interactive components

Interactive components can be used in Content Pages to display dynamic information based on game files in the project.

Prefab

Prefab components could be described as “drag and drop” building blocks that provide prebuilt parts of documentation.

They usually don’t require specifying any attributes and can “magically” resolve them from the context.

PrefabObtaining

Adds a “Recipe” section to the page that displays crafting recipes that can be used to obtain the described item.

This component requires adding recipes to game data in your project.

<PrefabObtaining />

PrefabUsage

Adds a “Usage” section to the page that contains a list of items this item can be used to obtain.

This component requires adding recipes to game data in your project.

<PrefabUsage />
Last updated on