HEGoBaseInputNode
Inherits: HEGoTransformableNamedNode < HEGoTransformableNode < HEGoBaseNode < HEGoTrackableNode < RefCounted
Inherited By: HEGoCurveInputNode, HEGoHeightfieldInputNode, HEGoInputNode
Base class for nodes that send source data from Godot to Houdini.
Description
This is a virtual helper layer for concrete input nodes such as HEGoInputNode, HEGoCurveInputNode, and HEGoHeightfieldInputNode.
The default set_prim_attr() implementation is a no-op placeholder.
Attribute-writing behavior is implemented by specialized subclasses and utilities, not by this base class itself.
Methods
void |
set_prim_attr(name: |
Method Descriptions
void set_prim_attr(name: String, value: Variant) 🔗
Sets a primitive attribute on the input node.
In the current base implementation this function is intentionally empty and exists for API consistency.
Use subclass-specific APIs (for example layer attrs in HEGoHeightfieldInputNode) for effective attribute authoring.
Class Registration
Kind: Virtual