BotNavSim  v0.4.3
Mobile Robot Simulation
Draw.LineData Class Reference

Public Member Functions

 LineData (Vector3 from, Vector3 to, Color c)
 

Public Attributes

Vector3 start
 
Vector3 end
 
Color color
 

Detailed Description

Definition at line 13 of file Draw.cs.

Constructor & Destructor Documentation

Draw.LineData.LineData ( Vector3  from,
Vector3  to,
Color  c 
)

Definition at line 17 of file Draw.cs.

17  {
18  start = from;
19  end = to;
20  color = c;
21  }
Vector3 end
Definition: Draw.cs:15
Vector3 start
Definition: Draw.cs:14
Color color
Definition: Draw.cs:16

Member Data Documentation

Color Draw.LineData.color

Definition at line 16 of file Draw.cs.

Vector3 Draw.LineData.end

Definition at line 15 of file Draw.cs.

Vector3 Draw.LineData.start

Definition at line 14 of file Draw.cs.


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