Skip to main content

SharedId

Type Alias SharedId 

Source
pub type SharedId = u32;
Expand description

Identity of a shared value (Reanimated’s useSharedValue). Allocated on the JS side; lives in the crate::animations::SharedValues table on the Bevy side. Its own namespace, unrelated to reconciler node ids.