Summary
Delete the AnimationScriptPlayable from a previously inserted animation job.
Syntax
public void DeleteAnimationJob(AnimationScriptPlayable job)
Parameters
Name | Type | Description |
---|---|---|
job | Animation |
The AnimationScriptPlayable running an animation job. Usually obtained after using the InsertAnimationJob method. |