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

Public Member Functions

 CubeData (Vector3 Size, Vector3 Center, Color c)
 

Public Attributes

Vector3 size
 
Vector3 center
 
Color color
 

Detailed Description

Definition at line 25 of file Draw.cs.

Constructor & Destructor Documentation

Draw.CubeData.CubeData ( Vector3  Size,
Vector3  Center,
Color  c 
)

Definition at line 29 of file Draw.cs.

29  {
30  size = Size;
31  center = Center;
32  color = c;
33  }
Color color
Definition: Draw.cs:28
Vector3 center
Definition: Draw.cs:27
Vector3 size
Definition: Draw.cs:26

Member Data Documentation

Vector3 Draw.CubeData.center

Definition at line 27 of file Draw.cs.

Color Draw.CubeData.color

Definition at line 28 of file Draw.cs.

Vector3 Draw.CubeData.size

Definition at line 26 of file Draw.cs.


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