HEGoTransformableInputReceiverNode

Inherits: HEGoTransformableNode < HEGoBaseNode < HEGoTrackableNode < RefCounted

Inherited By: HEGoAssetNode

Input receiver base that also supports transform updates.

Description

Combines transform control from HEGoTransformableNode with input connection helpers.

Useful for operator wrappers that both receive geometry inputs and need transform updates.

Methods

void

connect_input(other_node: HEGoBaseNode, input_index: int)


Method Descriptions

void connect_input(other_node: HEGoBaseNode, input_index: int) 🔗

Connects other_node into the given input slot.

The source and destination nodes are expected to have valid instantiated node ids before connecting.


Class Registration

  • Kind: Virtual