C# 클래스 NumberProblemPart, thinksy_unity_plugin

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

공개 메소드들

메소드 설명
GetInteger ( ) : int
GetString ( ) : string
HasInteger ( ) : bool
HasString ( ) : bool
NumberProblemPart ( Senseix atom ) : System

메소드 상세

GetInteger() 공개 메소드

public GetInteger ( ) : int
리턴 int

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

HasInteger() 공개 메소드

public HasInteger ( ) : bool
리턴 bool

HasString() 공개 메소드

public HasString ( ) : bool
리턴 bool

NumberProblemPart() 공개 메소드

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