C# Class LearningAction, thinksy_unity_plugin

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

Méthodes publiques

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

Method Details

GetLearningActionPartByIndex() public méthode

public GetLearningActionPartByIndex ( int index ) : ProblemPart,
index int
Résultat ProblemPart,

GetLearningActionPartByName() public méthode

public GetLearningActionPartByName ( string name ) : ProblemPart,
name string
Résultat ProblemPart,

GetProto() public méthode

public GetProto ( ) : Senseix.Message.Problem.LearningAction
Résultat Senseix.Message.Problem.LearningAction

LearningAction() public méthode

public LearningAction ( Senseix newLearningActionProto ) : System
newLearningActionProto Senseix
Résultat System