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

add_data(value: float)

Adds a single element to the table.

assign(copy: EggAnimData) EggAnimData
clear_data()

Removes all data and empties the table.

clear_fps()
static get_class_type() panda3d.core.TypeHandle
get_fps() float

This is only valid if has_fps() returns true.

get_size() int

Returns the number of elements in the table.

has_fps() bool
quantize(quantum: float)

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

set_fps(type: float)