AnimCurveFloat

Inheritance diagram of rumba.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.

interpolate

insert_key(key: Key,before: bool) -> int

set_key(n, key)

Set the n-th key.

size()

Return the number of keys.