docs.unity3d.com
    Show / Hide Table of Contents

    Interface ISelectionGroup

    Namespace: Unity.SelectionGroups.Runtime
    Syntax
    public interface ISelectionGroup : IEnumerable<Object>, IEnumerable

    Properties

    Color

    Declaration
    Color Color { get; set; }
    Property Value
    Type Description
    Color

    Count

    Declaration
    int Count { get; }
    Property Value
    Type Description
    Int32

    EnabledTools

    Declaration
    HashSet<string> EnabledTools { get; set; }
    Property Value
    Type Description
    HashSet<String>

    Name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String

    Query

    Declaration
    string Query { get; set; }
    Property Value
    Type Description
    String

    Scope

    Declaration
    SelectionGroupScope Scope { get; set; }
    Property Value
    Type Description
    SelectionGroupScope

    ShowMembers

    Declaration
    bool ShowMembers { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Add(IList<Object>)

    Declaration
    void Add(IList<Object> objectReferences)
    Parameters
    Type Name Description
    IList<Object> objectReferences

    Clear()

    Declaration
    void Clear()

    GetMemberComponents<T>()

    Declaration
    IEnumerable<T> GetMemberComponents<T>()
        where T : Component
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T

    Remove(IList<Object>)

    Declaration
    void Remove(IList<Object> objectReferences)
    Parameters
    Type Name Description
    IList<Object> objectReferences
    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