ICommandEffect

ICommandEffect class

Represents a command effect for an animation behavior.

The ICommandEffect type exposes the following members:

Properties

NameDescription
typeDefines command effect type of behavior.
Read/write CommandEffectType.
command_stringDefines command string.
Read/write string.
shape_targetDefines shape target of command effect.
Read/write IShape.
as_i_behaviorAllows to get base IBehavior interface.
Read-only IBehavior.
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.

See Also