docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TutorialParagraphCollection

    A wrapper class for serialization purposes.

    Inheritance
    object
    CollectionWrapper
    CollectionWrapper<TutorialParagraph>
    TutorialParagraphCollection
    Implements
    IEnumerable<TutorialParagraph>
    IEnumerable
    Inherited Members
    CollectionWrapper<TutorialParagraph>.this[int]
    CollectionWrapper<TutorialParagraph>.Count
    CollectionWrapper<TutorialParagraph>.GetEnumerator()
    CollectionWrapper<TutorialParagraph>.GetItems(List<TutorialParagraph>)
    CollectionWrapper<TutorialParagraph>.SetItems(IEnumerable<TutorialParagraph>)
    CollectionWrapper<TutorialParagraph>.AddItem(TutorialParagraph)
    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 TutorialParagraphCollection : CollectionWrapper<TutorialParagraph>, IEnumerable<TutorialParagraph>, IEnumerable

    Constructors

    TutorialParagraphCollection()

    Default-constructs an empty collection.

    Declaration
    public TutorialParagraphCollection()

    TutorialParagraphCollection(IList<TutorialParagraph>)

    Constructs a collection from existing items.

    Declaration
    public TutorialParagraphCollection(IList<TutorialParagraph> items)
    Parameters
    Type Name Description
    IList<TutorialParagraph> items

    The list of TutorialParagraph to initialize this TutorialParagraphCollection 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)