(Redirected from Get Slot (ProtoFlux))
Get Slot
Slots
Returns the slot the specified component is attached on.
Inputs
Component (IComponent)
The component you want to find the slot of.
Outputs
* Slot
The (Slot) the component is attached to.
Examples
-
Simple flux example of GetSlot on an empty object having a single ObjectRoot component.