This is no longer a stub. Style. Updated description, added field descriptions. Added usage description.
Line 3:
Line 3:
|Name=Button Destroy
|Name=Button Destroy
}}
}}
{{stub}}
The ButtonDestroy component destroys the Target on interaction.
The '''ButtonDestroy''' component destroys the Target [[IDestroyable|IDestroyable]] on [[Type:IButton|IButton]] interaction, such as a [[Slot|slot]].
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Target|IDestroyable|
|Target|IDestroyable| The destroyable slot target.
|FindObjectRoot|Bool|
|FindObjectRoot|Bool| When this is interacted, this component will take the target and go up in the hierarchy and look for the first [[Component:ObjectRoot|object root]] slot, then destroys it.
}}
}}
== Behavior ==
== Usage ==
This can be used in projects that need things destroyed by a button press.
== Examples ==
== Examples ==
The ButtonDestroy component can be found in many of the default interfaces on the close button.
The '''ButtonDestroy''' component can be found in many of the default interfaces such as the [[Scene Inspector]].