class MAGES::DebugDraw::DebugItemBuffer::Item

class Item
{
public:
    // properties

    Color Color;
    Vector3 Position;
    Quaternion Rotation;
    Vector3 Scale;
    ItemType Type;
    string Label;
    float Length;
    float Timer;
    float Time;
    bool Drawn;
};