Property interactableObject
interactableObject
The IXRInteractable associated with this XRInteractableSnapVolume serialized as a Unity Object. If not set, Unity will find it up the hierarchy.
Declaration
public Object interactableObject { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
Remarks
Use this for Unity Editor scripting. Use interactable to change the interactable at runtime.