Class TutorialParagraphCollection
A wrapper class for serialization purposes.
Inheritance
Inherited Members
Namespace: Unity.Tutorials.Core.Editor
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 |