AnimChannelScalarTable

from panda3d.core import AnimChannelScalarTable
class AnimChannelScalarTable

Bases: AnimChannel_ACScalarSwitchType

An animation channel that issues a scalar each frame, read from a table such as might have been read from an egg file.

Inheritance diagram

Inheritance diagram of AnimChannelScalarTable

__init__(*args, **kwargs)
clearTable()

C++ Interface: clear_table(const AnimChannelScalarTable self)

/**
  • Empties the data table.

*/

clear_table()

C++ Interface: clear_table(const AnimChannelScalarTable self)

/**
  • Empties the data table.

*/

getClassType()

C++ Interface: get_class_type()

getTable()

C++ Interface: get_table(AnimChannelScalarTable self)

/**
  • Returns a pointer to the table’s data, if it exists, or NULL if it does

  • not.

*/

get_class_type()

C++ Interface: get_class_type()

get_table()

C++ Interface: get_table(AnimChannelScalarTable self)

/**
  • Returns a pointer to the table’s data, if it exists, or NULL if it does

  • not.

*/

hasTable()

C++ Interface: has_table(AnimChannelScalarTable self)

/**
  • Returns true if the data table has been assigned.

*/

has_table()

C++ Interface: has_table(AnimChannelScalarTable self)

/**
  • Returns true if the data table has been assigned.

*/

setTable()

C++ Interface: set_table(const AnimChannelScalarTable self, const ConstPointerToArray table)

/**
  • Assigns the data table.

*/

set_table()

C++ Interface: set_table(const AnimChannelScalarTable self, const ConstPointerToArray table)

/**
  • Assigns the data table.

*/

table