Blender V5.0
uiWidgetBase Struct Reference

Public Attributes

int totvert
int halfwayvert
float outer_v [WIDGET_SIZE_MAX][2]
float inner_v [WIDGET_SIZE_MAX][2]
float inner_uv [WIDGET_SIZE_MAX][2]
bool draw_inner
bool draw_outline
bool draw_emboss
uiWidgetTrias tria1
uiWidgetTrias tria2
uiWidgetBaseParameters uniform_params

Detailed Description

Definition at line 233 of file interface_widgets.cc.

Member Data Documentation

◆ draw_emboss

◆ draw_inner

◆ draw_outline

◆ halfwayvert

int uiWidgetBase::halfwayvert

Definition at line 235 of file interface_widgets.cc.

Referenced by round_box__edges(), and widget_init().

◆ inner_uv

float uiWidgetBase::inner_uv[WIDGET_SIZE_MAX][2]

Definition at line 238 of file interface_widgets.cc.

Referenced by round_box__edges().

◆ inner_v

float uiWidgetBase::inner_v[WIDGET_SIZE_MAX][2]

Definition at line 237 of file interface_widgets.cc.

Referenced by round_box__edges(), and widget_verts_to_triangle_strip().

◆ outer_v

float uiWidgetBase::outer_v[WIDGET_SIZE_MAX][2]

Definition at line 236 of file interface_widgets.cc.

Referenced by round_box__edges(), and widget_verts_to_triangle_strip().

◆ totvert

int uiWidgetBase::totvert

Definition at line 235 of file interface_widgets.cc.

Referenced by round_box__edges(), widget_init(), and widgetbase_outline().

◆ tria1

◆ tria2

◆ uniform_params


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