(keyframes, values math32.ArrayF32)
| 100 | type IChannel interface { |
| 101 | Update(time float32) |
| 102 | SetBuffers(keyframes, values math32.ArrayF32) |
| 103 | Keyframes() math32.ArrayF32 |
| 104 | Values() math32.ArrayF32 |
| 105 | SetInterpolationType(it InterpolationType) |
no outgoing calls
no test coverage detected