docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AnswerData

    Stores what the user answered to the questionnaire

    Inheritance
    object
    AnswerData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Multiplayer.Center.Common
    Assembly: Unity.Multiplayer.Center.Common.dll
    Syntax
    [Serializable]
    public class AnswerData

    Fields

    Answers

    The list of answers the user has given so far.

    Declaration
    public List<AnsweredQuestion> Answers
    Field Value
    Type Description
    List<AnsweredQuestion>

    Methods

    Clone()

    Makes a deep copy of the object

    Declaration
    public AnswerData Clone()
    Returns
    Type Description
    AnswerData

    The clone

    In This Article
    Back to top
    Copyright © 2024 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)