Class CollidersChangedEventArgs
Event data associated with an interactable's collider list changing.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public sealed class CollidersChangedEventArgs
Properties
collider
The specific collider that was added or removed.
null when updateType is Refreshed.
Declaration
public Collider collider { get; set; }
Property Value
| Type | Description |
|---|---|
| Collider |
See Also
interactable
The interactable whose collider list changed.
Declaration
public IXRInteractable interactable { get; set; }
Property Value
| Type | Description |
|---|---|
| IXRInteractable |
See Also
updateType
The type of update that occurred.
Declaration
public ColliderUpdateType updateType { get; set; }
Property Value
| Type | Description |
|---|---|
| ColliderUpdateType |