CommandEffect class

CommandEffect class

Represents a command effect for an animation behavior.

Inheritance:CommandEffectBehavior

The CommandEffect type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance.

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.
typeDefines command effect type of behavior.
Read/write CommandEffectType.
command_stringDefines command string.
Read/write str.
shape_targetDefines shape target of command effect.
Read/write IShape.

See Also