C# 클래스 Main_Clawbot, VirtualVEX

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

공개 프로퍼티들

프로퍼티 타입 설명
backLeft WheelCollider
backRight WheelCollider
claw1 GameObject
claw2 GameObject
frontLeft WheelCollider
frontRight WheelCollider
lift GameObject

공개 메소드들

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

backLeft 공개적으로 프로퍼티

public WheelCollider backLeft
리턴 WheelCollider

backRight 공개적으로 프로퍼티

public WheelCollider backRight
리턴 WheelCollider

claw1 공개적으로 프로퍼티

public GameObject claw1
리턴 GameObject

claw2 공개적으로 프로퍼티

public GameObject claw2
리턴 GameObject

frontLeft 공개적으로 프로퍼티

public WheelCollider frontLeft
리턴 WheelCollider

frontRight 공개적으로 프로퍼티

public WheelCollider frontRight
리턴 WheelCollider

lift 공개적으로 프로퍼티

public GameObject lift
리턴 GameObject