Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataStruct ¶
type DataStruct struct {
Geometry map[string]GeometryData `json:"geometry"`
Assets interface{} `json:"assets"`
}
type Dungeon ¶
func (*Dungeon) Dimensions ¶
type GeometryData ¶
type GeometryData struct {
Polygons [][][][]float64 `json:"polygons"`
Polylines []interface{} `json:"polylines"`
}
type RootStructure ¶
type RootStructure struct {
Version int `json:"version"`
Data DataStruct `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.