|
Blender V4.3
|
#include <BKE_attribute.hh>
Inherits blender::bke::AttributeInit.
Public Member Functions | |
| AttributeInitConstruct () | |
Public Member Functions inherited from blender::bke::AttributeInit | |
| AttributeInit (const Type type) | |
Additional Inherited Members | |
Public Types inherited from blender::bke::AttributeInit | |
| enum class | Type { Construct , DefaultValue , VArray , MoveArray , Shared } |
Public Attributes inherited from blender::bke::AttributeInit | |
| Type | type |
Default construct new attribute values. Does nothing for trivial types. This should be used if all attribute element values will be set by the caller after creating the attribute.
Definition at line 96 of file BKE_attribute.hh.
|
inline |
Definition at line 97 of file BKE_attribute.hh.