Class Survey
Inheritance
Object
ScriptableObject
Survey
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Assembly: PlayUR.dll
Syntax
[CreateAssetMenu(menuName = "PlayUR/Survey")]
public class Survey : ScriptableObject
Fields
|
Improve this Doc
View Source
analyticsActionToRecordWith
Specify the action to record for each survey row as defined on the PlayUR back-end.
Declaration
public Action analyticsActionToRecordWith
Field Value
|
Improve this Doc
View Source
analyticsAnswerColumn
Declaration
public AnalyticsColumn analyticsAnswerColumn
Field Value
|
Improve this Doc
View Source
analyticsQuestionColumn
Declaration
public AnalyticsColumn analyticsQuestionColumn
Field Value
|
Improve this Doc
View Source
finishText
The text to appear on th finish survey button.
Declaration
Field Value
|
Improve this Doc
View Source
instructionsText
The instructions to appear at the top of the survey.
Declaration
public string instructionsText
Field Value
|
Improve this Doc
View Source
nextPageText
The text to appear on the next page button (if shown).
Declaration
public string nextPageText
Field Value
|
Improve this Doc
View Source
Declaration
[Tooltip("Leave blank for default")]
public GameObject popupPrefab
Field Value
Type |
Description |
GameObject |
|
|
Improve this Doc
View Source
questions
The questions to include in the survey.
Declaration
public List<SurveyQuestion> questions
Field Value
|
Improve this Doc
View Source
questionsPerPage
Declaration
[Tooltip("Leave as -1 for no pages")]
public int questionsPerPage
Field Value
|
Improve this Doc
View Source
rowPrefab
Declaration
[Tooltip("Leave blank for default")]
public GameObject rowPrefab
Field Value
Type |
Description |
GameObject |
|
|
Improve this Doc
View Source
titleText
The title to appear at the top of the survey.
Declaration
Field Value