C# Class TextProblemPart, thinksy_unity_plugin

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

Public Methods

Method Description
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

Method Details

GetString() public method

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

HasString() public method

public HasString ( ) : bool
return bool

TextProblemPart() public method

public TextProblemPart ( Senseix atom ) : System
atom Senseix
return System