C# Class Main_Clawbot, VirtualVEX

Subclass of vvRobotBase that uses the loaded code to operate the Clawbot
Inheritance: vvRobotBase
Afficher le fichier Open project: jpwchang/VirtualVEX

Méthodes publiques

Свойство Type Description
backLeft WheelCollider
backRight WheelCollider
claw1 GameObject
claw2 GameObject
frontLeft WheelCollider
frontRight WheelCollider
lift GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Property Details

backLeft public_oe property

public WheelCollider backLeft
Résultat WheelCollider

backRight public_oe property

public WheelCollider backRight
Résultat WheelCollider

claw1 public_oe property

public GameObject claw1
Résultat GameObject

claw2 public_oe property

public GameObject claw2
Résultat GameObject

frontLeft public_oe property

public WheelCollider frontLeft
Résultat WheelCollider

frontRight public_oe property

public WheelCollider frontRight
Résultat WheelCollider

lift public_oe property

public GameObject lift
Résultat GameObject