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

Method SetBuffers

animation/channel.go:102–102  ·  view source on GitHub ↗
(keyframes, values math32.ArrayF32)

Source from the content-addressed store, hash-verified

100type IChannel interface {
101 Update(time float32)
102 SetBuffers(keyframes, values math32.ArrayF32)
103 Keyframes() math32.ArrayF32
104 Values() math32.ArrayF32
105 SetInterpolationType(it InterpolationType)

Callers 1

LoadAnimationMethod · 0.95

Implementers 1

Channelanimation/channel.go

Calls

no outgoing calls

Tested by

no test coverage detected