Class Selection | Unity Reflect | 1.1.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class Selection

    Inheritance
    Object
    Selection
    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public static class Selection

    Properties

    activeGameObject

    Declaration
    public static GameObject activeGameObject { get; set; }
    Property Value
    Type Description
    GameObject

    activeInstanceID

    Declaration
    public static int activeInstanceID { get; }
    Property Value
    Type Description
    Int32

    activeObject

    Declaration
    public static Object activeObject { get; set; }
    Property Value
    Type Description
    UnityEngine.Object

    activeTransform

    Declaration
    public static Transform activeTransform { get; set; }
    Property Value
    Type Description
    Transform

    gameObjects

    Declaration
    public static GameObject[] gameObjects { get; }
    Property Value
    Type Description
    GameObject[]

    objects

    Declaration
    public static Object[] objects { get; set; }
    Property Value
    Type Description
    UnityEngine.Object[]

    transforms

    Declaration
    public static Transform[] transforms { get; }
    Property Value
    Type Description
    Transform[]

    Events

    selectionChanged

    Declaration
    public static event Action selectionChanged
    Event Type
    Type Description
    Action
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023