Table of Contents

Class RemoveMissingScriptComponents

Namespace
nadena.dev.ndmf.builtin

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.

public sealed class RemoveMissingScriptComponents : Pass<RemoveMissingScriptComponents>
Inheritance
RemoveMissingScriptComponents
Inherited Members

Methods

Execute(BuildContext)

protected override void Execute(BuildContext context)

Parameters

context BuildContext