IsImplicit

Property in NodeDebugInfo

Summary

Gets or sets a value indicating whether this node was created by the compiler.

public bool IsImplicit { get; internal set; }

Remarks

Nodes that exist in a .yarn file have an IsImplicit value of false . Nodes that are generated by the compiler include smart variable implementations, and node group 'hub' nodes.

Last updated

Was this helpful?