C# Class Main_Clawbot, VirtualVEX

Subclass of vvRobotBase that uses the loaded code to operate the Clawbot
Inheritance: vvRobotBase
Show file Open project: jpwchang/VirtualVEX

Public Properties

Property Type Description
backLeft WheelCollider
backRight WheelCollider
claw1 GameObject
claw2 GameObject
frontLeft WheelCollider
frontRight WheelCollider
lift GameObject

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

backLeft public property

public WheelCollider backLeft
return WheelCollider

backRight public property

public WheelCollider backRight
return WheelCollider

claw1 public property

public GameObject claw1
return GameObject

claw2 public property

public GameObject claw2
return GameObject

frontLeft public property

public WheelCollider frontLeft
return WheelCollider

frontRight public property

public WheelCollider frontRight
return WheelCollider

lift public property

public GameObject lift
return GameObject