Blender  V2.93
Public Attributes | List of all members
Mathutils_Callback Struct Reference

#include <mathutils.h>

Public Attributes

BaseMathCheckFunc check
 
BaseMathGetFunc get
 
BaseMathSetFunc set
 
BaseMathGetIndexFunc get_index
 
BaseMathSetIndexFunc set_index
 

Detailed Description

Definition at line 109 of file mathutils.h.

Member Data Documentation

◆ check

BaseMathCheckFunc Mathutils_Callback::check

Definition at line 110 of file mathutils.h.

◆ get

BaseMathGetFunc Mathutils_Callback::get

Definition at line 111 of file mathutils.h.

Referenced by _BaseMathObject_ReadCallback().

◆ get_index

BaseMathGetIndexFunc Mathutils_Callback::get_index

Definition at line 113 of file mathutils.h.

Referenced by _BaseMathObject_ReadIndexCallback().

◆ set

BaseMathSetFunc Mathutils_Callback::set

Definition at line 112 of file mathutils.h.

Referenced by _BaseMathObject_WriteCallback().

◆ set_index

BaseMathSetIndexFunc Mathutils_Callback::set_index

Definition at line 114 of file mathutils.h.

Referenced by _BaseMathObject_WriteIndexCallback().


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