Namespace Unity.VisualCompositor
Classes
CompositorNode
The base class of all nodes in VisualCompositor
CompositorNodeAttribute
Classes which are decorated with this attribute will appear in the 'Create Node' menu in the Visual Compositor editor.
CompositorNodeEditorAttribute
Marks a class as being used to implement a compositor node editor.
ExposeFieldAttribute
The attributes for exposed node fields.
InputPortAttribute
The attributes for node input ports.
OutputPortAttribute
The attributes for node output ports.
Interfaces
IBypassableNode
An interface to set that a CompositorNode can be be disabled (bypassed)
IHasName
Provides a customized implementation to return the name of the object
IHasOrder
Provides a customized implementation to return the order of the object
Enums
ExposeFieldAttributeType
The attribute type for exposed node fields.