AnimChannelScalarTable
from panda3d.core import AnimChannelScalarTable
- class AnimChannelScalarTable
Bases:
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
- clear_table()
Empties the data table.
- static get_class_type() TypeHandle
- get_table() CPTA_stdfloat
Returns a pointer to the table’s data, if it exists, or NULL if it does not.
- set_table(table: CPTA_stdfloat)
Assigns the data table.
- property table CPTA_stdfloat
- Getter
Returns a pointer to the table’s data, if it exists, or NULL if it does not.
- Setter
Assigns the data table.