NoveltyML reference > Other > Requires

<Requires>

Loads assets from another document.

Note: Novelty will load all available assets and automatically compile objects over multiple NoveltyML documents, but the NoveltyML Designer can't. This tag is only necessary when you want to design an object that uses an asset from another file and need the preview to render correctly.

Attribute Description Type
source [Required] Filename of other asset XML document. String


Example

<Requires source="Assets/Other.xml" />

Back to top