Show / Hide Table of Contents

Class Answer

Inheritance
MonoBehaviour
Answer
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class Answer : MonoBehaviour

Fields

AnswerValueType

Declaration
public AnswerValueType AnswerValueType
Field Value
Type Description
AnswerValueType

GetValueOnStart

Declaration
public bool GetValueOnStart
Field Value
Type Description
System.Boolean

onCorrect

Declaration
public UnityEvent onCorrect
Field Value
Type Description
UnityEvent

onCorrectValueChanged

Declaration
public AnswerEncounterEvent onCorrectValueChanged
Field Value
Type Description
AnswerEncounterEvent

onIncorrect

Declaration
public UnityEvent onIncorrect
Field Value
Type Description
UnityEvent

onOtherCorrect

Declaration
public UnityEvent onOtherCorrect
Field Value
Type Description
UnityEvent

onOtherIncorrect

Declaration
public UnityEvent onOtherIncorrect
Field Value
Type Description
UnityEvent

OnValueChange

Declaration
public AnswerEncounterEvent OnValueChange
Field Value
Type Description
AnswerEncounterEvent

Value

Declaration
public AnswerEncounter Value
Field Value
Type Description
AnswerEncounter

Methods

GetSequentialValue()

Declaration
public void GetSequentialValue()

HandleSelection()

Declaration
public void HandleSelection()

Randomize()

Declaration
public void Randomize()
Back to top Generated by DocFX