|
Panda3D
|
An animation channel that issues a scalar each frame, read from a table such as might have been read from an egg file. More...
Public Member Functions | |
| clearTable () | |
| Empties the data table. | |
| ConstPointerToArrayfloat | getTable () |
| Returns a pointer to the table's data, if it exists, or NULL if it does not. | |
| bool | hasTable () |
| Returns true if the data table has been assigned. | |
| setTable (ConstPointerToArrayfloat const table) | |
| Assigns the data table. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
An animation channel that issues a scalar each frame, read from a table such as might have been read from an egg file.
| clearTable | ( | ) |
Empties the data table.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from AnimChannelScalar.
| ConstPointerToArrayfloat getTable | ( | ) |
Returns a pointer to the table's data, if it exists, or NULL if it does not.
| bool hasTable | ( | ) |
Returns true if the data table has been assigned.
| setTable | ( | ConstPointerToArrayfloat const | table | ) |
Assigns the data table.
1.7.3