Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NodeCustomizationEnabled

Whether the node customization feature is enabled for this visualization context. Enabled by default.
Read time 1 minuteLast updated 6 days ago

Definition

public bool NodeCustomizationEnabled { get; set; }

Remarks

When the value is true, all node customization changes are re-executed against the current graph canvas. When the value is false, any node customization clears. The system preserves the changes so they're restored when the value is set to true again.