Class SelectionGroupList | Selection Groups | 0.0.7-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class SelectionGroupList

    Inheritance
    Object
    SelectionGroupList
    Namespace: Unity.SelectionGroups
    Syntax
    [Serializable]
    public class SelectionGroupList : ISerializationCallbackReceiver, IList<SelectionGroup>, ICollection<SelectionGroup>, IEnumerable<SelectionGroup>, IEnumerable

    Properties

    Count

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

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

    Declaration
    public SelectionGroup this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    SelectionGroup

    Methods

    Add(SelectionGroup)

    Declaration
    public void Add(SelectionGroup group)
    Parameters
    Type Name Description
    SelectionGroup group

    Clear()

    Declaration
    public void Clear()

    Contains(SelectionGroup)

    Declaration
    public bool Contains(SelectionGroup item)
    Parameters
    Type Name Description
    SelectionGroup item
    Returns
    Type Description
    Boolean

    CopyTo(SelectionGroup[], Int32)

    Declaration
    public void CopyTo(SelectionGroup[] array, int arrayIndex)
    Parameters
    Type Name Description
    SelectionGroup[] array
    Int32 arrayIndex

    GetEnumerator()

    Declaration
    public IEnumerator<SelectionGroup> GetEnumerator()
    Returns
    Type Description
    IEnumerator<SelectionGroup>

    IndexOf(SelectionGroup)

    Declaration
    public int IndexOf(SelectionGroup item)
    Parameters
    Type Name Description
    SelectionGroup item
    Returns
    Type Description
    Int32

    Insert(Int32, SelectionGroup)

    Declaration
    public void Insert(int index, SelectionGroup item)
    Parameters
    Type Name Description
    Int32 index
    SelectionGroup item

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()
    Implements
    ISerializationCallbackReceiver.OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()
    Implements
    ISerializationCallbackReceiver.OnBeforeSerialize()

    Remove(SelectionGroup)

    Declaration
    public bool Remove(SelectionGroup group)
    Parameters
    Type Name Description
    SelectionGroup group
    Returns
    Type Description
    Boolean

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index
    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