C# 클래스 TextProblemPart, thinksy_unity_plugin

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

공개 메소드들

메소드 설명
GetString ( ) : string

If this is represented by a string, this gets the string. You probably want to check IsString before calling this.

HasString ( ) : bool
TextProblemPart ( Senseix atom ) : System

메소드 상세

GetString() 공개 메소드

If this is represented by a string, this gets the string. You probably want to check IsString before calling this.
public GetString ( ) : string
리턴 string

HasString() 공개 메소드

public HasString ( ) : bool
리턴 bool

TextProblemPart() 공개 메소드

public TextProblemPart ( Senseix atom ) : System
atom Senseix
리턴 System