docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Tutorial.TutorialPageCollection

    A wrapper class for serialization purposes.

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

    Constructors

    TutorialPageCollection()

    Creates and empty collection.

    Declaration
    public TutorialPageCollection()

    TutorialPageCollection(IList<TutorialPage>)

    Creates a new collection from existing items.

    Declaration
    public TutorialPageCollection(IList<TutorialPage> items)
    Parameters
    Type Name Description
    IList<TutorialPage> items

    The list of TutorialPage with collections is insitialized with

    Implements

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