ProtoFlux:Get Object Root: Difference between revisions

From Resonite Wiki
m Links, minor rewordings
Tag: 2017 source edit
 
Line 25: Line 25:
If this is true, only slots with an [[Component:ObjectRoot|ObjectRoot]] component will be considered a root.  
If this is true, only slots with an [[Component:ObjectRoot|ObjectRoot]] component will be considered a root.  


If this is false, slots containing a component implementing <code>IObjectRoot</code> are also considered roots. These are:
If this is false, slots containing a component implementing [[Type:IObjectRoot|<code>IObjectRoot</code>]] are also considered roots. These are:


* [[Component:LegacyPanel|LegacyPanel]]
* [[Component:LegacyPanel|LegacyPanel]]

Latest revision as of 08:54, 22 February 2025

Get Object Root
Instance
*
OnlyExplicit
Slots

Returns the "root" slot of an object, from a slot child input.

Inputs

Instance (Slot)

A slot within the object you want the root of.

OnlyExplicit (bool)

If this is true, only slots with an ObjectRoot component will be considered a root.

If this is false, slots containing a component implementing IObjectRoot are also considered roots. These are:

Outputs

* (Slot)

Will return a slot being the root of the object. If no slot was found, the input slot is returned.

Examples

Using this node on a hit collider slot of a Grabbable object with OnlyExplicit set to false you can get the slot containing the Grabbable component which is most likely going to be the object's root, even if the object doesn't have a explicit ObjectRoot component.