docs.unity.cn
    Show / Hide Table of Contents

    Interface ISelection<T>

    Namespace: UnityEditor.U2D.Path
    Syntax
    public interface ISelection<T>
    Type Parameters
    Name Description
    T

    Properties

    activeElement

    Declaration
    T activeElement { get; set; }
    Property Value
    Type Description
    T

    Count

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

    elements

    Declaration
    T[] elements { get; set; }
    Property Value
    Type Description
    T[]

    Methods

    BeginSelection()

    Declaration
    void BeginSelection()

    Clear()

    Declaration
    void Clear()

    Contains(T)

    Declaration
    bool Contains(T element)
    Parameters
    Type Name Description
    T element
    Returns
    Type Description
    Boolean

    EndSelection(Boolean)

    Declaration
    void EndSelection(bool select)
    Parameters
    Type Name Description
    Boolean select

    Select(T, Boolean)

    Declaration
    bool Select(T element, bool select)
    Parameters
    Type Name Description
    T element
    Boolean select
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 1, 2022
    Terms of use