C# Class LearningAction, thinksy_unity_plugin

Show file Open project: senseix/thinksy_unity_plugin Class Usage Examples

Public Methods

Method Description
GetLearningActionPartByIndex ( int index ) : ProblemPart,
GetLearningActionPartByName ( string name ) : ProblemPart,
GetProto ( ) : Senseix.Message.Problem.LearningAction
LearningAction ( Senseix newLearningActionProto ) : System

Method Details

GetLearningActionPartByIndex() public method

public GetLearningActionPartByIndex ( int index ) : ProblemPart,
index int
return ProblemPart,

GetLearningActionPartByName() public method

public GetLearningActionPartByName ( string name ) : ProblemPart,
name string
return ProblemPart,

GetProto() public method

public GetProto ( ) : Senseix.Message.Problem.LearningAction
return Senseix.Message.Problem.LearningAction

LearningAction() public method

public LearningAction ( Senseix newLearningActionProto ) : System
newLearningActionProto Senseix
return System