ProtoFlux:SetParent: Difference between revisions

From Resonite Wiki
added Set Parent ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Set Parent to ProtoFlux:SetParent: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:34, 21 August 2025

Set Parent Slot
*
Next
Instance
NewParent
PreserveGlobalPosition
Slots

Sets the parent of Instance (Slot).


Inputs

* (Call)

Set the parent of Instance (Slot) to NewParent (Slot)

Instance (Slot)

The slot to set the parent of.

NewParent (Slot)

The slot to set the parent of Instance (Slot) to.

PreserveGlobalPosition (bool)

Whether or not to keep the values for Instance (Slot)'s local transforms or to keep it in the same place visually.

Outputs

Next (Continuation)

Sends an impulse when Instance (Slot) is sucessfully parented to NewParent (Slot), or if NewParent (Slot) is null it will set it to the Root Slot of the World.


Examples