MCPcopy Create free account
hub / github.com/eliotbo/bevy_plot / LineStyle

Enum LineStyle

src/plot/plot.rs:386–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384/// segments of a regular plot when calling plotopt(), leaving only the markers.
385#[derive(Debug, Clone, PartialEq)]
386pub enum LineStyle {
387 None,
388 Solid,
389 // // unimplemented
390 // Dashed,
391 // Dotted,
392 // DashDot,
393 // DashDotDot,
394}
395
396impl LineStyle {
397 pub fn to_int32(&self) -> i32 {

Callers 1

plotoptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected