BotNavSim  v0.4.3
Mobile Robot Simulation
CamController.StubObservable Class Reference

A blank IObservable implementation (used when the _areas list is empty) More...

Inheritance diagram for CamController.StubObservable:
Collaboration diagram for CamController.StubObservable:

Public Member Functions

 StubObservable ()
 

Properties

string name [get]
 
Bounds bounds [get, private set]
 
- Properties inherited from IObservable
string name [get]
 Gets the name of the observable object More...
 
Bounds bounds [get]
 Gets the bounds of the observable object (size and location) More...
 

Detailed Description

A blank IObservable implementation (used when the _areas list is empty)

Definition at line 64 of file CamController.cs.

Constructor & Destructor Documentation

CamController.StubObservable.StubObservable ( )

Definition at line 65 of file CamController.cs.

65  {
66  bounds = new Bounds();
67  }

Property Documentation

Bounds CamController.StubObservable.bounds
getprivate set

Definition at line 72 of file CamController.cs.

string CamController.StubObservable.name
get

Definition at line 68 of file CamController.cs.


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