Skip to main content

Module components_sprite

Module components_sprite 

Source
Expand description

§SDK Sprite Component Operations

Pure sprite operations exposed via #[goud_api] proc-macro. Factory functions create sprites by value; mutation functions operate on *mut FfiSprite pointers with null-safety. Value-builder functions take and return FfiSprite by value.

Modules§

builder
Heap-allocated sprite builder operations.
factory
Factory and value-builder operations on sprites.
ptr_ops
Pointer-based get/set operations on sprites.