docs.unity.cn
    Show / Hide Table of Contents

    Class ARObjectPlacementEventArgs

    Event data associated with the event when the user places an object.

    Inheritance
    Object
    ARObjectPlacementEventArgs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.Interaction.Toolkit.AR
    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 24, 2023