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

Public Attributes

const struct bUnitDefunits
 
int base_unit
 
int flag
 
int length
 

Detailed Description

Definition at line 109 of file unit.c.

Member Data Documentation

◆ base_unit

int bUnitCollection::base_unit

Basic unit index (when user doesn't specify unit explicitly).

Definition at line 112 of file unit.c.

Referenced by BKE_unit_base_of_type_get(), and unit_default().

◆ flag

int bUnitCollection::flag

Options for this system.

Definition at line 114 of file unit.c.

◆ length

int bUnitCollection::length

To quickly find the last item.

Definition at line 116 of file unit.c.

Referenced by BKE_unit_string_contains_unit(), BKE_unit_system_get(), and get_preferred_display_unit_if_used().

◆ units

const struct bUnitDef* bUnitCollection::units

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