Class TutorialParagraph | Tutorial Framework | 1.1.0
docs.unity3d.com
    Show / Hide Table of Contents

    Class TutorialParagraph

    Inheritance
    Object
    TutorialParagraph
    Namespace: Unity.InteractiveTutorials
    Syntax
    [Serializable]
    public class TutorialParagraph

    Properties

    completed

    Declaration
    public bool completed { get; }
    Property Value
    Type Description
    Boolean

    criteria

    Declaration
    public IEnumerable<TypedCriterion> criteria { get; }
    Property Value
    Type Description
    IEnumerable<TypedCriterion>

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    String

    icons

    Declaration
    public IEnumerable<InlineIcon> icons { get; }
    Property Value
    Type Description
    IEnumerable<InlineIcon>

    image

    Declaration
    public Texture2D image { get; set; }
    Property Value
    Type Description
    Texture2D

    InstructionText

    Declaration
    public string InstructionText { get; set; }
    Property Value
    Type Description
    String

    InstructionTitle

    Declaration
    public string InstructionTitle { get; set; }
    Property Value
    Type Description
    String

    maskingSettings

    Declaration
    public MaskingSettings maskingSettings { get; }
    Property Value
    Type Description
    MaskingSettings

    summary

    Declaration
    public string summary { get; set; }
    Property Value
    Type Description
    String

    type

    Declaration
    public ParagraphType type { get; }
    Property Value
    Type Description
    ParagraphType

    video

    Declaration
    public VideoClip video { get; set; }
    Property Value
    Type Description
    VideoClip
    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