SetEffect class

SetEffect class

Represents a set effect for an animation behavior.

Inheritance:SetEffectBehavior

The SetEffect type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
accumulateRepresents whether animation behaviors are accumulated.
Read/write NullableBool.
additiveRepresents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
propertiesRepresents properties of behavior.
Read-only IBehaviorPropertyCollection.
timingRepresents timing properties for the effect behavior.
Read/write ITiming.
toSpecifies the certain attribute of a effect after an animation effect.
Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write any.

See Also