forge_set_property
Modify node properties like position, rotation, color, or energy in Forge Engine scenes by specifying the node path and property value.
Instructions
Set a property on a node. For example, set position, color, energy, or any exported property.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path of the node | |
| property | Yes | Property name, e.g., "position", "rotation", "modulate", "energy" | |
| value | No | New value for the property |