C# 클래스 LearningAction, thinksy_unity_plugin

파일 보기 프로젝트 열기: senseix/thinksy_unity_plugin 1 사용 예제들

공개 메소드들

메소드 설명
GetLearningActionPartByIndex ( int index ) : ProblemPart,
GetLearningActionPartByName ( string name ) : ProblemPart,
GetProto ( ) : Senseix.Message.Problem.LearningAction
LearningAction ( Senseix newLearningActionProto ) : System

메소드 상세

GetLearningActionPartByIndex() 공개 메소드

public GetLearningActionPartByIndex ( int index ) : ProblemPart,
index int
리턴 ProblemPart,

GetLearningActionPartByName() 공개 메소드

public GetLearningActionPartByName ( string name ) : ProblemPart,
name string
리턴 ProblemPart,

GetProto() 공개 메소드

public GetProto ( ) : Senseix.Message.Problem.LearningAction
리턴 Senseix.Message.Problem.LearningAction

LearningAction() 공개 메소드

public LearningAction ( Senseix newLearningActionProto ) : System
newLearningActionProto Senseix
리턴 System