Roblox API Reference

KeyframeSequenceProvider 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 (7)

Type Member History
Instance GetAnimations (int64 userId) 131 285 285 284 284 285 285 322
Instance GetKeyframeSequence (Content assetId) 321 321
Instance GetKeyframeSequenceAsync (Content assetId) 296
Instance GetKeyframeSequenceById (int64 assetId, bool useCache) 131 321 321 322
Dictionary GetMemStats () 378
Content RegisterActiveKeyframeSequence (Instance keyframeSequence)
Content RegisterKeyframeSequence (Instance keyframeSequence)
57 members inherited from Instance

History

Members

GetAnimations On DevHub

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

History

Tags: [Yields]

GetKeyframeSequence 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

History

Tags: [Deprecated]

GetKeyframeSequenceAsync On DevHub

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

History

Tags: [Yields]

GetKeyframeSequenceById 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

History

Tags: [Deprecated]

GetMemStats On DevHub

Name Type Default
No parameters.

History

RegisterActiveKeyframeSequence On DevHub

Name Type Default
keyframeSequence Instance none

RegisterKeyframeSequence On DevHub

Name Type Default
keyframeSequence Instance none

Relevant classes (1)