C# 클래스 OldMovement, cs-mini-modbot-simulation

상속: MonoBehaviour
파일 보기 프로젝트 열기: intel-cornellcup/mini-modbot-simulation

공개 프로퍼티들

프로퍼티 타입 설명
boost float
isAI bool
writePositionsToFile bool

공개 메소드들

메소드 설명
isArtificialIntelligence ( ) : bool

비공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Start ( ) : void
WriteToRepo ( ) : void
equations ( ) : void
newEquations ( ) : void

메소드 상세

isArtificialIntelligence() 공개 메소드

public isArtificialIntelligence ( ) : bool
리턴 bool

프로퍼티 상세

boost 공개적으로 프로퍼티

public float boost
리턴 float

isAI 공개적으로 프로퍼티

public bool isAI
리턴 bool

writePositionsToFile 공개적으로 프로퍼티

public bool writePositionsToFile
리턴 bool