Expand description
dyobj is an improved version of the ECS pattern.
dyobj is an embedded dynamic object runtime targeting the rust language. It supports dynamic creation/modification/deletion of objects and object-associated fields.
Macros§
Structs§
- DyObj
FnImpl - Default
DyObjFn
implementation. - DyObj
Runtime - The context of dynamic object system.
- DyObj
System - Dynamic object vtable structure.
- Object
- Dynamic object handle.
- Property
Accessor - Value accessor for object property
T