Property | Type | Description | |
---|---|---|---|
IAttachedObject | void | ||
IAttachedObject | void | ||
IProceduralAnimationFactory | |||
OnAnimationStopped | void |
Method | Description | |
---|---|---|
PlayEffect ( AnimationEffectDirection direction ) : void |
Indicates that the effect should start playing.
|
|
StopEffect ( ) : void |
Indicates that the effect should complete itself now and stop.
|
Method | Description | |
---|---|---|
AnimationEffect ( ) : System |
Initializes an AnimationEffect instance.
|
|
CreateEffectAnimation ( AnimationEffectDirection direction ) : |
Creates the animation representing the effect.
|
|
GetEffectiveInterpolation ( ) : |
Gets the effective interpolation to use for animations created by the effect.
|
|
GetTarget ( ) : |
Gets the target of the effect. This resolves the TargetName property value into an actual object if one has been specified.
|
|
OnAttach ( ) : void | ||
OnCompleted ( ) : void |
Indicates that the effect has completed playing.
|
|
OnDetach ( ) : void | ||
OnStarting ( ) : void |
Indicates that the effect is about to be played.
|
Method | Description | |
---|---|---|
IAttachedObject ( ) : void | ||
IAttachedObject ( |
||
IProceduralAnimationFactory ( ) : |
||
OnAnimationStopped ( object sender, |
protected abstract CreateEffectAnimation ( AnimationEffectDirection direction ) : |
||
direction | AnimationEffectDirection | The direction of the animation. |
return |
protected GetEffectiveInterpolation ( ) : |
||
return |
protected GetTarget ( ) : |
||
return |
public PlayEffect ( AnimationEffectDirection direction ) : void | ||
direction | AnimationEffectDirection | Indicates whether to play the direction in forward direction or reverse direction. |
return | void |