Table of Contents

Namespace nadena.dev.ndmf.runtime

Namespaces

nadena.dev.ndmf.runtime.components
nadena.dev.ndmf.runtime.samples

Classes

GeneratedAssets

This ScriptableObject is used as a "main asset", allowing users to repack the assets into a more sensible structure. It contains references to all subassets.

NDMFExperimental

This class marks types which are currently considered experimental. Experimental types may change without notice, and may not function properly unless the NDMF_EXPERIMENTAL define is set.

NDMFInternal

This annotation marks components and other types that are internal to NDMF that might be visible to other extensions. For API compatibility reasons, these types may not be public, but they'll be marked to allow tools such as AAO to ignore them.

We do not recommend using this attribute on your own classes. NDMF does not use it directly, but other plugins might in unpredictable ways.

RuntimeUtil

A collection of general-purpose utilities that are available from Runtime-scope scripts.

SubAssetContainer

This ScriptableObject is used as the root asset when storing generated assets.