22 INLINE MovingPartBase::
25 _num_effective_channels(0),
26 _effective_control(NULL),
27 _forced_channel(copy._forced_channel)
45 return _channels.size();
63 nassertr(n >= 0 && n < (
int)_channels.size(), NULL);
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.