Type:IGrabbable: Difference between revisions

From Resonite Wiki
Create IGrabbable Type Page
 
Added category: Interface types
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
IGrabbable is an [[Interface Type]] that supports anything that can be grabbed to any capacity. This type supports components most users may not consider grabbable at first, considering their strange nature in how they implement IGrabbable
IGrabbable is an [[Interface Type]] that supports anything that can be grabbed to any capacity. This type supports components most users may not consider grabbable at first, considering their strange nature in how they implement IGrabbable. For example, dynamic bone chain cannot be parented to the object grabbing it, but it can be grabbed by a grabber via its grabbable property.


= Possible Types =
== Implementers ==
{| class="wikitable"
* [[Component:DynamicBoneChain|DynamicBoneChain]]
! Value
* [[Component:IKDraggableOffset|IKDraggableOffset]]
! Description
* [[Component:GrabInstancer|GrabInstancer]]
|-
* [[Component:Grabbable|Grabbable]]
| [[Component:DynamicBoneChain|DynamicBoneChain Component]]
* [[Component:TransferGrabbable|TransferGrabbable]]
| check page for more info. This implements IGrabbable due to being able to be grabbed through the <code>Grabbable</code> field.
* [[Component:TranscientGrabbable|TranscientGrabbable]]
|-
* [[Component:Joint|Joint]]
| [[Component:IKDraggableOffset|IKDraggableOffset Component]]
* [[Component:Slider|Slider]]
| check page for more info.
|-
| [[Component:GrabInstancer|GrabInstancer Component]]
| check page for more info.
|-
| [[Component:Grabbable|Grabbable Component]]
| check page for more info.
|-
| [[Component:TransferGrabbable|TransferGrabbable Component]]
| check page for more info.
|-
| [[Component:Joint|Joint Component]]
| check page for more info.
|-
| [[Component:Slider|Slider Component]]
| check page for more info.
|}


[[Category:Type]]
[[Category:Type]]
[[Category:Interface types]]

Latest revision as of 17:02, 25 August 2025

IGrabbable is an Interface Type that supports anything that can be grabbed to any capacity. This type supports components most users may not consider grabbable at first, considering their strange nature in how they implement IGrabbable. For example, dynamic bone chain cannot be parented to the object grabbing it, but it can be grabbed by a grabber via its grabbable property.

Implementers