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
-
static
getClassType
() → TypeHandle¶
-
getTable
() → CPTA_stdfloat¶ Returns a pointer to the table’s data, if it exists, or NULL if it does not.
-
setTable
(table: CPTA_stdfloat) → None¶ 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.
-
static