Table of Contents

Namespace nadena.dev.ndmf.builtin

Classes

RemoveEditorOnlyPass

This pass removes all objects tagged with "EditorOnly" from the avatar. It will be run early in the Resolving phase; if you need to run before this, declare a BeforePass constraint on this type.

RemoveMissingScriptComponents

This pass removes all missing script components from the avatar. It will be run early in the Resolving phase; if (for some reason) you need to run before this, declare a BeforePass constraint on this type.