C# 클래스 GoodAI.School.Common.LTDesign

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AsILearningTask ( SchoolWorld world = null ) : ILearningTask
LTDesign ( ) : System
LTDesign ( ILearningTask task ) : System
LTDesign ( string taskType, string worldType, bool isEnabled ) : System

메소드 상세

AsILearningTask() 공개 메소드

public AsILearningTask ( SchoolWorld world = null ) : ILearningTask
world SchoolWorld
리턴 ILearningTask

LTDesign() 공개 메소드

public LTDesign ( ) : System
리턴 System

LTDesign() 공개 메소드

public LTDesign ( ILearningTask task ) : System
task ILearningTask
리턴 System

LTDesign() 공개 메소드

public LTDesign ( string taskType, string worldType, bool isEnabled ) : System
taskType string
worldType string
isEnabled bool
리턴 System