Roblox API Reference

RotationCurve On DevHub

Summary

Inherits (1)

Member index (8)

Type Member History
int Length
RotationCurveKey GetKeyAtIndex (int index)
Array GetKeyIndicesAtTime (float time)
Array GetKeys ()
CoordinateFrame? GetValueAtTime (float time)
Array InsertKey (RotationCurveKey key)
int RemoveKeyAtIndex (int startingIndex, int count = 1)
int SetKeys (Array keys)
57 members inherited from Instance

History

Members

GetKeyAtIndex On DevHub

Name Type Default
index int none

GetKeyIndicesAtTime On DevHub

Name Type Default
time float none

GetKeys On DevHub

Name Type Default
No parameters.

GetValueAtTime On DevHub

Name Type Default
time float none

InsertKey On DevHub

Name Type Default
key RotationCurveKey none

Length On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [ReadOnly, NotReplicated]

RemoveKeyAtIndex On DevHub

Name Type Default
startingIndex int none
count int 1

SetKeys On DevHub

Name Type Default
keys Array none