C# Class TextProblemPart, thinksy_unity_plugin

Inheritance: ProblemPart
Afficher le fichier Open project: senseix/thinksy_unity_plugin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

HasString() public méthode

public HasString ( ) : bool
Résultat bool

TextProblemPart() public méthode

public TextProblemPart ( Senseix atom ) : System
atom Senseix
Résultat System