Class CompositorNodeEditorAttribute
Marks a class as being used to implement a compositor node editor.
Namespace: Unity.VisualCompositor
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class CompositorNodeEditorAttribute : Attribute, _Attribute
Constructors
CompositorNodeEditorAttribute(Type)
Mark a class as being used to implement a compositor node editor for a specific type of compositor node.
Declaration
public CompositorNodeEditorAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |