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

Method GetNode

core/node.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type INode interface {
17 IDispatcher
18 GetNode() *Node
19 GetINode() INode
20 Visible() bool
21 SetVisible(state bool)

Callers 15

newNodeMethod · 0.95
LoadNodeMethod · 0.95
LoadMeshMethod · 0.95
RenderSetupMethod · 0.65
FindPathMethod · 0.65
FindLoaderIDMethod · 0.65
setParentFunction · 0.65
IsAncestorOfMethod · 0.65
RemoveMethod · 0.65
RemoveAllMethod · 0.65
DisposeChildrenMethod · 0.65
UpdateMatrixWorldMethod · 0.65

Implementers 1

Nodecore/node.go

Calls

no outgoing calls

Tested by

no test coverage detected