EggAnimData

from panda3d.egg import EggAnimData
class EggAnimData

Bases:

Bases: EggNode

A base class for EggSAnimData and EggXfmAnimData, which contain rows and columns of numbers.

Inheritance diagram

Inheritance diagram of EggAnimData

addData(value: float)

Adds a single element to the table.

assign(copy: EggAnimData) EggAnimData
clearData()

Removes all data and empties the table.

clearFps()
static getClassType() panda3d.core.TypeHandle
getFps() float

This is only valid if hasFps() returns true.

getSize() int

Returns the number of elements in the table.

hasFps() bool
quantize(quantum: float)

Rounds each element of the table to the nearest multiple of quantum.

setFps(type: float)