|
def | __init__ (self, value=NVector(0, 0)) |
|
def | __init__ (self) |
|
def | __str__ (self) |
|
def | to_dict (self) |
| Serializes into a JSON object fit for the Lottie format. More...
|
|
def | load (cls, lottiedict) |
| Loads from a JSON object. More...
|
|
def | find (self, search, propname="name") |
| Recursively searches for child objects with a matching property. More...
|
|
def | find_all (self, type, predicate=None, include_self=True) |
| Find all child objects that match a predicate. More...
|
|
def | clone (self) |
| Returns a copy of the object. More...
|
|
def | clone_into (self, other) |
|
def | __new__ (cls, name, bases, attr) |
|
- Lottie JSON
-
Definition at line 150 of file effects.py.
◆ __init__()
def lottie.objects.effects.EffectValuePoint.__init__ |
( |
|
self, |
|
|
|
value = NVector(0, 0) |
|
) |
| |
◆ type
int lottie.objects.effects.EffectValuePoint.type = 3 |
|
static |
◆ value
lottie.objects.effects.EffectValuePoint.value |
The documentation for this class was generated from the following file: