C# Class ThinksyEvents, thinksy_unity_plugin

Inheritance: MonoBehaviour
ファイルを表示 Open project: senseix/thinksy_unity_plugin Class Usage Examples

Public Methods

Method Description
InvokeCategoryAdvancement ( ) : void

Invokes the OnAdvaceCategory event. ThinksyQuestionDisplay calls this whenever it displays a problem from a new, higher category.

InvokeEncouragementReceived ( ProblemPart, encouragementParts ) : void

Invokes the encouragement received event.

InvokeSpecifiedProblemsReceived ( Problem, problems ) : void

Invokes the specified problems received event. This is invoked by a Thinksy-internal specified problem response handler.

Method Details

InvokeCategoryAdvancement() public static method

Invokes the OnAdvaceCategory event. ThinksyQuestionDisplay calls this whenever it displays a problem from a new, higher category.
public static InvokeCategoryAdvancement ( ) : void
return void

InvokeEncouragementReceived() public static method

Invokes the encouragement received event.
public static InvokeEncouragementReceived ( ProblemPart, encouragementParts ) : void
encouragementParts ProblemPart, the text/image pieces which make up /// the encouragement.
return void

InvokeSpecifiedProblemsReceived() public static method

Invokes the specified problems received event. This is invoked by a Thinksy-internal specified problem response handler.
public static InvokeSpecifiedProblemsReceived ( Problem, problems ) : void
problems Problem, Problems.
return void