Class ARObjectPlacementEventArgs
Event data associated with the event when the user places an object.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.AR
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public class ARObjectPlacementEventArgs
Properties
placementInteractable
The Interactable that placed the object.
Declaration
public ARPlacementInteractable placementInteractable { get; set; }
Property Value
Type | Description |
---|---|
ARPlacementInteractable |
placementObject
The object that was placed.
Declaration
public GameObject placementObject { get; set; }
Property Value
Type | Description |
---|---|
GameObject |