MCPcopy Index your code
hub / github.com/g3n/engine / SetName

Method SetName

core/node.go:181–184  ·  view source on GitHub ↗

SetName sets the (optional) name. The name can be used for debugging or other purposes.

(name string)

Source from the content-addressed store, hash-verified

179// SetName sets the (optional) name.
180// The name can be used for debugging or other purposes.
181func (n *Node) SetName(name string) {
182
183 n.name = name
184}
185
186// Name returns the (optional) name.
187func (n *Node) Name() string {

Callers 1

LoadSceneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected