Blender V4.3
IDPropertyTemplate Union Reference

#include <BKE_idprop.hh>

Public Attributes

int i
 
float f
 
double d
 
struct { 
 
   const char *   str 
 
   int   len 
 
   char   subtype 
 
string 
 
IDid
 
struct { 
 
   int   len 
 
   char   type 
 
array 
 

Detailed Description

Definition at line 32 of file BKE_idprop.hh.

Member Data Documentation

◆ [struct]

◆ d

double IDPropertyTemplate::d

◆ f

float IDPropertyTemplate::f

◆ i

◆ id

ID* IDPropertyTemplate::id

Definition at line 43 of file BKE_idprop.hh.

Referenced by blender::bke::idprop::create(), and IDP_New().

◆ len

◆ str

◆ [struct]

◆ subtype

◆ type

char IDPropertyTemplate::type

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