Class 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.
public sealed class RemoveEditorOnlyPass : Pass<RemoveEditorOnlyPass>
- Inheritance
-
RemoveEditorOnlyPass
- Inherited Members
Properties
DisplayName
public override string DisplayName { get; }
Property Value
QualifiedName
public override string QualifiedName { get; }