C# Class Main_Clawbot, VirtualVEX

Subclass of vvRobotBase that uses the loaded code to operate the Clawbot
Inheritance: vvRobotBase
Mostrar archivo 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_oe property

public WheelCollider backLeft
return WheelCollider

backRight public_oe property

public WheelCollider backRight
return WheelCollider

claw1 public_oe property

public GameObject claw1
return GameObject

claw2 public_oe property

public GameObject claw2
return GameObject

frontLeft public_oe property

public WheelCollider frontLeft
return WheelCollider

frontRight public_oe property

public WheelCollider frontRight
return WheelCollider

lift public_oe property

public GameObject lift
return GameObject