accumulate property

accumulate property

Represents whether animation behaviors are accumulated. Read/write NullableBool.

Definition:

@property
def accumulate(self):
    ...

@accumulate.setter
def accumulate(self, value):
    ...

See Also