C# Class NumberProblemPart, thinksy_unity_plugin

Inheritance: ProblemPart
Mostrar archivo Open project: senseix/thinksy_unity_plugin Class Usage Examples

Public Methods

Method Description
GetInteger ( ) : int
GetString ( ) : string
HasInteger ( ) : bool
HasString ( ) : bool
NumberProblemPart ( Senseix atom ) : System

Method Details

GetInteger() public method

public GetInteger ( ) : int
return int

GetString() public method

public GetString ( ) : string
return string

HasInteger() public method

public HasInteger ( ) : bool
return bool

HasString() public method

public HasString ( ) : bool
return bool

NumberProblemPart() public method

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