mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
vector: add comments
This commit is contained in:
parent
d2eeca3067
commit
f5ae18d6f6
@ -313,7 +313,9 @@ func (p *Path) AppendVerticesAndIndicesForFilling(vertices []ebiten.Vertex, indi
|
|||||||
return vertices, indices
|
return vertices, indices
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// StokeOptions is options to render a stroke.
|
||||||
type StrokeOptions struct {
|
type StrokeOptions struct {
|
||||||
|
// Width is the stroke width in pixels.
|
||||||
Width float32
|
Width float32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user