docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TypedCriterionCollection

    A collection of TypedCriterion

    Inheritance
    object
    CollectionWrapper
    CollectionWrapper<TypedCriterion>
    TypedCriterionCollection
    Implements
    IEnumerable<TypedCriterion>
    IEnumerable
    Inherited Members
    CollectionWrapper<TypedCriterion>.this[int]
    CollectionWrapper<TypedCriterion>.Count
    CollectionWrapper<TypedCriterion>.GetEnumerator()
    CollectionWrapper<TypedCriterion>.GetItems(List<TypedCriterion>)
    CollectionWrapper<TypedCriterion>.SetItems(IEnumerable<TypedCriterion>)
    CollectionWrapper<TypedCriterion>.AddItem(TypedCriterion)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Tutorials.Editor
    Assembly: Unity.Tutorials.Editor.dll
    Syntax
    [Serializable]
    public class TypedCriterionCollection : CollectionWrapper<TypedCriterion>, IEnumerable<TypedCriterion>, IEnumerable

    Constructors

    TypedCriterionCollection()

    Public constructor.

    Declaration
    public TypedCriterionCollection()

    TypedCriterionCollection(IList<TypedCriterion>)

    Public constructor starting from a list of items.

    Declaration
    public TypedCriterionCollection(IList<TypedCriterion> items)
    Parameters
    Type Name Description
    IList<TypedCriterion> items

    The items to add to the list.

    Implements

    IEnumerable<T>
    IEnumerable
    In This Article
    Back to top
    Copyright © 2026 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)