Table of Contents

Class RunsOnAllPlatforms

Namespace
nadena.dev.ndmf

Declares that the attached Pass or Plugin runs on all NDMF platforms. Must not be used in conjunction with RunsOnPlatforms.

If this attribute is attached to a Pass class, any configuration performed on the `Sequence` class will be ignored for this class. If this attribute is attached to a Plugin class, Sequences will start with all platforms enabled.

WellKnownPlatforms for information on precedence of different platform declaration methods.
[AttributeUsage(AttributeTargets.Class)]
public sealed class RunsOnAllPlatforms : Attribute
Inheritance
RunsOnAllPlatforms
Inherited Members