godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Animation.transformTrackInsertKey
godot
animation
Animation
Insert a transform key for a transform track.
struct
Animation
@
nogc
nothrow
long
transformTrackInsertKey
(
in
long
track_idx
,
in
double
time
,
in
Vector3
location
,
in
Quat
rotation
,
in
Vector3
scale
)
Meta
Source
See Implementation
godot
animation
Animation
aliases
BaseClasses
enums
Constants
InterpolationType
TrackType
UpdateMode
functions
addTrack
animationTrackGetKeyAnimation
animationTrackInsertKey
animationTrackSetKeyAnimation
audioTrackGetKeyEndOffset
audioTrackGetKeyStartOffset
audioTrackGetKeyStream
audioTrackInsertKey
audioTrackSetKeyEndOffset
audioTrackSetKeyStartOffset
audioTrackSetKeyStream
bezierTrackGetKeyInHandle
bezierTrackGetKeyOutHandle
bezierTrackGetKeyValue
bezierTrackInsertKey
bezierTrackInterpolate
bezierTrackSetKeyInHandle
bezierTrackSetKeyOutHandle
bezierTrackSetKeyValue
clear
copyTrack
findTrack
getLength
getStep
getTrackCount
hasLoop
methodTrackGetKeyIndices
methodTrackGetName
methodTrackGetParams
opAssign
opEquals
removeTrack
setLength
setLoop
setStep
toHash
trackFindKey
trackGetInterpolationLoopWrap
trackGetInterpolationType
trackGetKeyCount
trackGetKeyTime
trackGetKeyTransition
trackGetKeyValue
trackGetPath
trackGetType
trackInsertKey
trackIsEnabled
trackIsImported
trackMoveDown
trackMoveTo
trackMoveUp
trackRemoveKey
trackRemoveKeyAtPosition
trackSetEnabled
trackSetImported
trackSetInterpolationLoopWrap
trackSetInterpolationType
trackSetKeyTime
trackSetKeyTransition
trackSetKeyValue
trackSetPath
trackSwap
transformTrackInsertKey
transformTrackInterpolate
valueTrackGetKeyIndices
valueTrackGetUpdateMode
valueTrackInterpolate
valueTrackSetUpdateMode
properties
length
loop
step
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Insert a transform key for a transform track.