AnimCurveFloat

- class AnimCurveFloat
Constructors
__init__Value(: bool) -> None
Methods
__getitem__operator[](n: int) -> Key
__len__insert_key(key, before)Insert a key and return its index.
interpolateinsert_key(key: Key,before: bool) -> int
set_key(n, key)Set the n-th key.
size()Return the number of keys.