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

Method SetName

animation/animation.go:37–40  ·  view source on GitHub ↗

SetName sets the animation name.

(name string)

Source from the content-addressed store, hash-verified

35
36// SetName sets the animation name.
37func (anim *Animation) SetName(name string) {
38
39 anim.name = name
40}
41
42// Name returns the animation name.
43func (anim *Animation) Name() string {

Callers 1

LoadAnimationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected