MCPcopy
hub / github.com/g3n/engine / Dump

Method Dump

loader/collada/library_materials.go:63–67  ·  view source on GitHub ↗

Dump prints out information about the InstanceEffect

(out io.Writer, indent int)

Source from the content-addressed store, hash-verified

61
62// Dump prints out information about the InstanceEffect
63func (ie *InstanceEffect) Dump(out io.Writer, indent int) {
64
65 fmt.Fprintf(out, "%sInstanceEffect id:%s name:%s url:%s\n",
66 sIndent(indent), ie.Sid, ie.Name, ie.Url)
67}
68
69func (d *Decoder) decLibraryMaterials(start xml.StartElement, dom *Collada) error {
70

Callers

nothing calls this directly

Calls 1

sIndentFunction · 0.85

Tested by

no test coverage detected