AnimChannelBase

from panda3d.core import AnimChannelBase
class AnimChannelBase

Bases:

Bases: AnimGroup

Parent class for all animation channels. An AnimChannel is an arbitrary function that changes over time (actually, over frames), usually defined by a table read from an egg file (but possibly computed or generated in any other way).

Inheritance diagram

Inheritance diagram of AnimChannelBase

static getClassType() TypeHandle
getType() TypeHandle