Creates a new paint group for the given node. In general, you should not need this approach; call node.paintGroups().crease()
the node that will become a paint group
whether the node is an explicit paint group, or merely a paint group because it is a root node.
Private _explicitPrivate _nextPrivate _nodePrivate _prevPrivate connectReturns the corresponding DirectionNode.
the node that corresponds to this paint group.
Generated using TypeDoc
Represents a paint group.
Nodes within a paint group are painted separately. Paint groups are an optimization strategy that is intended to isolate nodes that change at a common rate.