Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eliotbo/bevy_plot
/ MarkerInstanceMatData
Class
MarkerInstanceMatData
src/markers/mod.rs:129–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
128
#[derive(Component)]
129
pub(crate) struct MarkerInstanceMatData(Vec<MarkerInstanceData>);
130
131
impl ExtractComponent for MarkerInstanceMatData {
132
type Query = &'static MarkerInstanceMatData;
Callers
2
plot_points
Function · 0.85
extract_component
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected