Blender  V3.3
Public Attributes | List of all members
DRWDebugLine Struct Reference

#include <draw_manager.h>

Public Attributes

struct DRWDebugLinenext
 
float pos [2][3]
 
float color [4]
 

Detailed Description

Definition at line 498 of file draw_manager.h.

Member Data Documentation

◆ color

float DRWDebugLine::color[4]

Definition at line 501 of file draw_manager.h.

Referenced by drw_debug_draw_lines(), and DRW_debug_line_v3v3().

◆ next

struct DRWDebugLine* DRWDebugLine::next

Definition at line 499 of file draw_manager.h.

Referenced by drw_debug_draw_lines().

◆ pos

float DRWDebugLine::pos[2][3]

Definition at line 500 of file draw_manager.h.

Referenced by drw_debug_draw_lines(), and DRW_debug_line_v3v3().


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