Class QChannel

java.lang.Object
io.qt.QtObject
io.qt.qt3d.animation.QChannel
All Implemented Interfaces:
QtObjectInterface, Cloneable, Iterable<QChannelComponent>

public class QChannel extends QtObject implements Iterable<QChannelComponent>, Cloneable

Defines a channel for a QAnimationClipData. The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent. In that case the interpolation will be performed using SLERP

Java wrapper for Qt's class Qt3DAnimation::QChannel