BotNavSim  v0.4.3
Mobile Robot Simulation
IObservable Interface Reference

Interface for objects that are observable via CamController must keep their world bounds up-to-date More...

Inheritance diagram for IObservable:

Properties

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

Interface for objects that are observable via CamController must keep their world bounds up-to-date

Definition at line 7 of file IObservable.cs.

Property Documentation

Bounds IObservable.bounds
get

Gets the bounds of the observable object (size and location)

The bounds.

Definition at line 18 of file IObservable.cs.

string IObservable.name
get

Gets the name of the observable object

The name.

Definition at line 12 of file IObservable.cs.


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