|
Blender V4.3
|
#include <FN_lazy_function.hh>
Inherited by blender::nodes::GeoNodesLFLocalUserData.
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 82 of file FN_lazy_function.hh.
|
virtualdefault |