MCPcopy
hub / github.com/EngoEngine/engo / GetSpaceComponent

Method GetSpaceComponent

common/interfaces.go:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95// SpaceFace allows typesafe access to an anonymous SpaceComponent
96type SpaceFace interface {
97 GetSpaceComponent() *SpaceComponent
98}
99
100// CollisionFace allows typesafe access to an anonymous CollisionComponent

Callers 3

AddByInterfaceMethod · 0.65
AddByInterfaceMethod · 0.65
AddByInterfaceMethod · 0.65

Implementers 1

SpaceComponentcommon/collision.go

Calls

no outgoing calls

Tested by

no test coverage detected