Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PortPreviewEnabled

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

Definition

public bool PortPreviewEnabled { get; set; }

Remarks

When enabled, the port previews are visible in the graph canvas and can be set and cleared using PortReference.SetPreview and PortReference.ClearPreview. When disabled, the port previews are hidden in the graph canvas. Throws ObjectDisposedException when you access this property after you call Context.Dispose on the context.