Expand description
Core items of Ranim.
CoreItems are the fundamental items of Ranim. All other Items are built upon them.
Currently, there are two types of CoreItems:
CameraFrame: The camera frame.VItem: The vitem primitive.
Modules§
- camera_
frame - Camera frame
- mesh_
item - MeshItem
- vitem
- Vitem
Structs§
- DynItem
- A dynamic item, basically type erased
AnyExtractCoreItem
Enums§
- Core
Item - The core ranim builtin items
Traits§
- AnyExtract
Core Item - The item that can be extracted to
CoreItems