AnimationClipProvider
Show Deprecated
Provides functions to load and preview AnimationClips. It includes a number of functions that are useful when working with an Animation.
The AnimationClipProvider replaces the deprecated KeyframeSequenceProvider that was used to download KeyframeSequences by content ID.
The AnimationClipProvider has a number of uses.
- Download the AnimationClip associated with an animation content ID from the Roblox website, regardless of the underlying type of AnimationClip (KeyframeSequence or CurveAnimation).
- Generate a temporary ID to locally preview an animation.
- Fetch the content IDs of animations owned by a particular user.
Summary
Methods
Returns a AnimationClip based on the specified assetId asynchronously.
This function returns an InventoryPages object which can be used to iterate over animations owned by a specific user.
Generates a temporary asset ID from a AnimationClip that can be used for localized testing of an animation.
Properties
Methods
GetClipEvaluatorAsync
ClipEvaluator
Parameters
assetId: ContentId
Returns
ClipEvaluator