docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FaqEntry

    An entry for the FAQ Array in the tutorial and tutorial page. A question with its associated answer

    Inheritance
    object
    FaqEntry
    Inherited Members
    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 FaqEntry

    Fields

    Answer

    The Answer to this FAQ entry

    Declaration
    public string Answer
    Field Value
    Type Description
    string

    Question

    The Question this FAQ entry answer

    Declaration
    public string Question
    Field Value
    Type Description
    string
    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)