docs.unity3d.com
    Show / Hide Table of Contents

    Class Tutorial.TutorialPageCollection

    A wrapper class for serialization purposes.

    Inheritance
    Object
    CollectionWrapper
    CollectionWrapper<TutorialPage>
    Tutorial.TutorialPageCollection
    Inherited Members
    CollectionWrapper<TutorialPage>.Item[Int32]
    CollectionWrapper<TutorialPage>.count
    CollectionWrapper<TutorialPage>.GetEnumerator()
    CollectionWrapper<TutorialPage>.GetItems(List<TutorialPage>)
    CollectionWrapper<TutorialPage>.SetItems(IEnumerable<TutorialPage>)
    CollectionWrapper<TutorialPage>.AddItem(TutorialPage)
    Namespace: Unity.InteractiveTutorials
    Syntax
    [Serializable]
    public class 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
    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