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

Inheritance diagram of AnimChannelScalarTable

__init__(parent: AnimGroup, name: str)
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.

has_table() bool

Returns true if the data table has been assigned.

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.