MCPcopy Index your code
hub / github.com/EngoEngine/engo / GetRenderComponent

Method GetRenderComponent

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

Source from the content-addressed store, hash-verified

90// RenderFace allows typesafe access to an anonymous RenderComponent
91type RenderFace interface {
92 GetRenderComponent() *RenderComponent
93}
94
95// SpaceFace allows typesafe access to an anonymous SpaceComponent

Callers 3

AddByInterfaceMethod · 0.65
AddByInterfaceMethod · 0.65
AddByInterfaceMethod · 0.65

Implementers 1

RenderComponentcommon/render.go

Calls

no outgoing calls

Tested by

no test coverage detected