C# 클래스 ThinksyEvents, thinksy_unity_plugin

상속: MonoBehaviour
파일 보기 프로젝트 열기: senseix/thinksy_unity_plugin 1 사용 예제들

공개 메소드들

메소드 설명
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