|
Blender V5.0
|
#include <FN_user_data.hh>
Inherited by blender::nodes::GeoNodesLocalUserData.
Public Member Functions | |
| virtual | ~LocalUserData ()=default |
Extension of UserData that is thread-local. This avoids accessing e.g. EnumerableThreadSpecific.local() in every nested lazy-function because the thread local data is passed in by the caller.
Definition at line 16 of file FN_user_data.hh.
|
virtualdefault |