RotationCurve
Show Deprecated
Summary
Properties
Events
Inherited From Instance
AncestryChanged(child: Instance, parent: Instance): RBXScriptSignal |
AttributeChanged(attribute: string): RBXScriptSignal |
Changed(property: string): RBXScriptSignal |
ChildAdded(child: Instance): RBXScriptSignal |
ChildRemoved(child: Instance): RBXScriptSignal |
DescendantAdded(descendant: Instance): RBXScriptSignal |
DescendantRemoving(descendant: Instance): RBXScriptSignal |
Destroying(): RBXScriptSignal |
Methods
GetKeyAtIndex(index: number): RotationCurveKey |
GetKeyIndicesAtTime(time: number): Array |
GetKeys(): Array |
GetValueAtTime(time: number): CoordinateFrame? |
InsertKey(key: RotationCurveKey): Array |
RemoveKeyAtIndex(startingIndex: number, count: number): number |
SetKeys(keys: Array): number |
Inherited From Instance
Events
Inherited From Instance
AncestryChanged
UNSAFE
AttributeChanged
UNSAFE
Changed
UNSAFE
ChildAdded
UNSAFE
ChildRemoved
UNSAFE
DescendantAdded
UNSAFE
DescendantRemoving
UNSAFE
Destroying
UNSAFE
Methods
GetKeyAtIndex
UNSAFE
GetKeyIndicesAtTime
UNSAFE
GetKeys
UNSAFE
GetValueAtTime
UNSAFE
InsertKey
UNSAFE
RemoveKeyAtIndex
UNSAFE
SetKeys
UNSAFE
Inherited From Instance
ClearAllChildren
UNSAFE
Clone
UNSAFE
Destroy
UNSAFE
FindFirstAncestor
SAFE
FindFirstAncestorOfClass
SAFE
FindFirstAncestorWhichIsA
SAFE
FindFirstChild
SAFE
FindFirstChildOfClass
SAFE
FindFirstChildWhichIsA
SAFE
FindFirstDescendant
SAFE
GetActor
UNSAFE
GetAttribute
SAFE
GetAttributeChangedSignal
UNSAFE
GetAttributes
SAFE
GetChildren
SAFE
GetDebugId
NOT BROWSABLE
PLUGIN SECURITY
UNSAFE
GetDescendants
CUSTOM LUA STATE
SAFE
GetFullName
SAFE
GetPropertyChangedSignal
UNSAFE
IsA
CUSTOM LUA STATE
SAFE
IsAncestorOf
SAFE
IsDescendantOf
SAFE
SetAttribute
UNSAFE
WaitForChild
CUSTOM LUA STATE
CAN YIELD
UNSAFE