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)
clearTable()

Empties the data table.

static getClassType() TypeHandle
getTable() CPTA_stdfloat

Returns a pointer to the table’s data, if it exists, or NULL if it does not.

hasTable() bool

Returns true if the data table has been assigned.

setTable(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.