Roblox API Reference

AnimationClipProvider On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
AnimationClip GetAnimationClip (Content assetId)
AnimationClip GetAnimationClipAsync (Content assetId)
AnimationClip GetAnimationClipById (int64 assetId, bool useCache)
Instance GetAnimations (int64 userId)
ClipEvaluator GetClipEvaluatorAsync (Content assetId) 592
Dictionary GetMemStats ()
Content RegisterActiveAnimationClip (AnimationClip animationClip)
Content RegisterAnimationClip (AnimationClip animationClip)
57 members inherited from Instance

History

Members

GetAnimationClip On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
assetId Content none

Tags: [Deprecated]

GetAnimationClipAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
assetId Content none

Tags: [Yields]

GetAnimationClipById On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
assetId int64 none
useCache bool none

Tags: [Deprecated]

GetAnimations On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
userId int64 none

Tags: [Yields]

GetClipEvaluatorAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
assetId Content none

History

Tags: [Yields]

GetMemStats On DevHub

Name Type Default
No parameters.

RegisterActiveAnimationClip On DevHub

Name Type Default
animationClip AnimationClip none

RegisterAnimationClip On DevHub

Name Type Default
animationClip AnimationClip none

Relevant classes (2)