Interface IBypassableNode
An interface to set that a CompositorNode can be be disabled (bypassed)
Namespace: Unity.VisualCompositor
Assembly: Unity.VisualCompositor.dll
Syntax
public interface IBypassableNode
Methods
Bypass()
Executed when a CompositorNode is disabled (bypassed)
Declaration
void Bypass()