Documentation
¶
Index ¶
Constants ¶
View Source
const ( KindRing = 0 KindLine = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WireCounts ¶
type WireDrawPass ¶
type WireGeometry ¶
type WireLayer ¶
type WireLayer struct {
Name string `json:"name"`
Kind int `json:"kind"`
Count int `json:"count"`
Geometries []WireGeometry `json:"geometries"`
}
type WireWorld ¶
type WireWorld struct {
Format string `json:"format"`
Version int `json:"version"`
Source string `json:"source"`
Scale int32 `json:"scale"`
Note string `json:"note"`
Counts WireCounts `json:"counts"`
DrawOrder []WireDrawPass `json:"drawOrder"`
Background string `json:"background"`
Layers []WireLayer `json:"layers"`
}
Click to show internal directories.
Click to hide internal directories.