docs.unity.cn
    Show / Hide Table of Contents

    Class ARObjectPlacementEventArgs

    Event data associated with the event when an object is placed.

    Inheritance
    Object
    ARObjectPlacementEventArgs
    Namespace: UnityEngine.XR.Interaction.Toolkit.AR
    Syntax
    public class ARObjectPlacementEventArgs : object

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021