17 INLINE MovingPartBase::
20 _num_effective_channels(0),
21 _effective_control(nullptr),
22 _forced_channel(copy._forced_channel)
36 return _channels.size();
50 nassertr(n >= 0 && n < (
int)_channels.size(),
nullptr);
This is the base class for a single animatable piece that may be bound to one channel (or more,...
Parent class for all animation channels.
int get_max_bound() const
Returns the number of channels that might be bound to this PartGroup.
AnimChannelBase * get_bound(int n) const
Returns the nth bound channel on this PartGroup.
This is the base class for PartRoot and MovingPart.