docs.unity3d.com
Search Results for

    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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)