MCPcopy 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)]
129pub(crate) struct MarkerInstanceMatData(Vec<MarkerInstanceData>);
130
131impl ExtractComponent for MarkerInstanceMatData {
132 type Query = &'static MarkerInstanceMatData;

Callers 2

plot_pointsFunction · 0.85
extract_componentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected