C# Класс ThinksyEvents, thinksy_unity_plugin

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

InvokeCategoryAdvancement() публичный статический Метод

Invokes the OnAdvaceCategory event. ThinksyQuestionDisplay calls this whenever it displays a problem from a new, higher category.
public static InvokeCategoryAdvancement ( ) : void
Результат void

InvokeEncouragementReceived() публичный статический Метод

Invokes the encouragement received event.
public static InvokeEncouragementReceived ( ProblemPart, encouragementParts ) : void
encouragementParts ProblemPart, the text/image pieces which make up /// the encouragement.
Результат void

InvokeSpecifiedProblemsReceived() публичный статический Метод

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.
Результат void