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

Method GetAnimationComponent

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

Source from the content-addressed store, hash-verified

75// AnimationFace allows typesafe Access to an Annonymous child AnimationComponent
76type AnimationFace interface {
77 GetAnimationComponent() *AnimationComponent
78}
79
80// MouseFace allows typesafe access to an Anonymous child MouseComponent

Callers 1

AddByInterfaceMethod · 0.65

Implementers 1

AnimationComponentcommon/animation.go

Calls

no outgoing calls

Tested by

no test coverage detected