MCPcopy Create free account
hub / github.com/cogentcore/core / AsNodeBase

Method AsNodeBase

svg/node.go:30–30  ·  view source on GitHub ↗

AsNodeBase returns the [NodeBase] for our node, which gives access to all the base-level data structures and methods without requiring interface methods.

()

Source from the content-addressed store, hash-verified

28 // access to all the base-level data structures and methods
29 // without requiring interface methods.
30 AsNodeBase() *NodeBase
31
32 // Render draws the node to the svg image.
33 Render(sv *SVG)

Callers 15

UnmarshalXMLMethod · 0.95
AsNodeFunction · 0.65
RenderImplMethod · 0.65
AsNodeFunction · 0.65
RenderOffNodeMethod · 0.65
ConfigViewMethod · 0.65
UpdatePoseNodeMethod · 0.65
ConfigBodyShapeMethod · 0.65
ConfigViewMethod · 0.65
UpdatePoseNodeMethod · 0.65
SelectBoxMethod · 0.65
ManipBoxMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected