MCPcopy Create free account
hub / github.com/cogentcore/core / ShapesValues

Function ShapesValues

plot/plots/enumgen.go:78–78  ·  view source on GitHub ↗

ShapesValues returns all possible values for the type Shapes.

()

Source from the content-addressed store, hash-verified

76
77// ShapesValues returns all possible values for the type Shapes.
78func ShapesValues() []Shapes { return _ShapesValues }
79
80// Values returns all possible values for the type Shapes.
81func (i Shapes) Values() []enums.Enum { return enums.Values(_ShapesValues) }

Callers 1

TestScatterFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestScatterFunction · 0.68