C# 클래스 Main_ConveyorBot, VirtualVEX

Subclass of vvRobotBase that uses the loaded code to operate the ConveyorBot
상속: vvRobotBase
파일 보기 프로젝트 열기: jpwchang/VirtualVEX

공개 프로퍼티들

프로퍼티 타입 설명
arm1 GameObject
arm2 GameObject
backLeft WheelCollider
backRight WheelCollider
frontLeft WheelCollider
frontRight WheelCollider
intake GameObject
ramp GameObject
roof GameObject
stopper GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

arm1 공개적으로 프로퍼티

public GameObject arm1
리턴 GameObject

arm2 공개적으로 프로퍼티

public GameObject arm2
리턴 GameObject

backLeft 공개적으로 프로퍼티

public WheelCollider backLeft
리턴 WheelCollider

backRight 공개적으로 프로퍼티

public WheelCollider backRight
리턴 WheelCollider

frontLeft 공개적으로 프로퍼티

public WheelCollider frontLeft
리턴 WheelCollider

frontRight 공개적으로 프로퍼티

public WheelCollider frontRight
리턴 WheelCollider

intake 공개적으로 프로퍼티

public GameObject intake
리턴 GameObject

ramp 공개적으로 프로퍼티

public GameObject ramp
리턴 GameObject

roof 공개적으로 프로퍼티

public GameObject roof
리턴 GameObject

stopper 공개적으로 프로퍼티

public GameObject stopper
리턴 GameObject