struct HandleConfig

book_4_sparkGenerated
code_blocksInput

Description

The HandleConfig struct in the Editor.NodeEditor namespace is a sealed, public value type that encapsulates configuration details for a handle, including its name, color, and shape. This struct is designed to be immutable and is marked with the IsReadOnly attribute to ensure its fields cannot be modified after initialization.

Members

Instance Members

Member NameSummary
NameGets the name of the handle.
ColorGets the color of the handle.
ShapeGets the shape of the handle.
DeconstructDeconstructs the handle configuration into its components: name, color, and shape.