BotNavSim  v0.4.3
Mobile Robot Simulation
TestCamera Class Reference

A test script that tracks trains a camera on a target object. This was used to test and build robot models. More...

Inheritance diagram for TestCamera:
Collaboration diagram for TestCamera:

Public Attributes

Transform target
 

Private Member Functions

void Update ()
 

Detailed Description

A test script that tracks trains a camera on a target object. This was used to test and build robot models.

Definition at line 8 of file TestCamera.cs.

Member Function Documentation

void TestCamera.Update ( )
private

Definition at line 13 of file TestCamera.cs.

13  {
14  if (target) transform.LookAt(target);
15  }
Transform target
Definition: TestCamera.cs:10

Member Data Documentation

Transform TestCamera.target

Definition at line 10 of file TestCamera.cs.


The documentation for this class was generated from the following file: