Class CausesSideEffectsAttribute
Use this attribute on a IGraphKernel<TKernelData, TKernelPortDefinition> implementation to express that it has to be executed since it could cause invisible side effects. NodeSet.RenderOptimizations
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
[AttributeUsage(AttributeTargets.Struct)]
public class CausesSideEffectsAttribute : Attribute, _Attribute