Animation.GDNativeClassBinding

Undocumented in source.
struct Animation
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

addTrack
GodotMethod!(long, long, long) addTrack;
Undocumented in source.
animationTrackGetKeyAnimation
GodotMethod!(String, long, long) animationTrackGetKeyAnimation;
Undocumented in source.
animationTrackInsertKey
GodotMethod!(long, long, double, String) animationTrackInsertKey;
Undocumented in source.
animationTrackSetKeyAnimation
GodotMethod!(void, long, long, String) animationTrackSetKeyAnimation;
Undocumented in source.
audioTrackGetKeyEndOffset
GodotMethod!(double, long, long) audioTrackGetKeyEndOffset;
Undocumented in source.
audioTrackGetKeyStartOffset
GodotMethod!(double, long, long) audioTrackGetKeyStartOffset;
Undocumented in source.
audioTrackGetKeyStream
GodotMethod!(Resource, long, long) audioTrackGetKeyStream;
Undocumented in source.
audioTrackInsertKey
GodotMethod!(long, long, double, Resource, double, double) audioTrackInsertKey;
Undocumented in source.
audioTrackSetKeyEndOffset
GodotMethod!(void, long, long, double) audioTrackSetKeyEndOffset;
Undocumented in source.
audioTrackSetKeyStartOffset
GodotMethod!(void, long, long, double) audioTrackSetKeyStartOffset;
Undocumented in source.
audioTrackSetKeyStream
GodotMethod!(void, long, long, Resource) audioTrackSetKeyStream;
Undocumented in source.
bezierTrackGetKeyInHandle
GodotMethod!(Vector2, long, long) bezierTrackGetKeyInHandle;
Undocumented in source.
bezierTrackGetKeyOutHandle
GodotMethod!(Vector2, long, long) bezierTrackGetKeyOutHandle;
Undocumented in source.
bezierTrackGetKeyValue
GodotMethod!(double, long, long) bezierTrackGetKeyValue;
Undocumented in source.
bezierTrackInsertKey
GodotMethod!(long, long, double, double, Vector2, Vector2) bezierTrackInsertKey;
Undocumented in source.
bezierTrackInterpolate
GodotMethod!(double, long, double) bezierTrackInterpolate;
Undocumented in source.
bezierTrackSetKeyInHandle
GodotMethod!(void, long, long, Vector2) bezierTrackSetKeyInHandle;
Undocumented in source.
bezierTrackSetKeyOutHandle
GodotMethod!(void, long, long, Vector2) bezierTrackSetKeyOutHandle;
Undocumented in source.
bezierTrackSetKeyValue
GodotMethod!(void, long, long, double) bezierTrackSetKeyValue;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
copyTrack
GodotMethod!(void, long, Animation) copyTrack;
Undocumented in source.
findTrack
GodotMethod!(long, NodePath) findTrack;
Undocumented in source.
getLength
GodotMethod!(double) getLength;
Undocumented in source.
getStep
GodotMethod!(double) getStep;
Undocumented in source.
getTrackCount
GodotMethod!(long) getTrackCount;
Undocumented in source.
hasLoop
GodotMethod!(bool) hasLoop;
Undocumented in source.
methodTrackGetKeyIndices
GodotMethod!(PoolIntArray, long, double, double) methodTrackGetKeyIndices;
Undocumented in source.
methodTrackGetName
GodotMethod!(String, long, long) methodTrackGetName;
Undocumented in source.
methodTrackGetParams
GodotMethod!(Array, long, long) methodTrackGetParams;
Undocumented in source.
removeTrack
GodotMethod!(void, long) removeTrack;
Undocumented in source.
setLength
GodotMethod!(void, double) setLength;
Undocumented in source.
setLoop
GodotMethod!(void, bool) setLoop;
Undocumented in source.
setStep
GodotMethod!(void, double) setStep;
Undocumented in source.
trackFindKey
GodotMethod!(long, long, double, bool) trackFindKey;
Undocumented in source.
trackGetInterpolationLoopWrap
GodotMethod!(bool, long) trackGetInterpolationLoopWrap;
Undocumented in source.
trackGetInterpolationType
GodotMethod!(Animation.InterpolationType, long) trackGetInterpolationType;
Undocumented in source.
trackGetKeyCount
GodotMethod!(long, long) trackGetKeyCount;
Undocumented in source.
trackGetKeyTime
GodotMethod!(double, long, long) trackGetKeyTime;
Undocumented in source.
trackGetKeyTransition
GodotMethod!(double, long, long) trackGetKeyTransition;
Undocumented in source.
trackGetKeyValue
GodotMethod!(Variant, long, long) trackGetKeyValue;
Undocumented in source.
trackGetPath
GodotMethod!(NodePath, long) trackGetPath;
Undocumented in source.
trackGetType
GodotMethod!(Animation.TrackType, long) trackGetType;
Undocumented in source.
trackInsertKey
GodotMethod!(void, long, double, Variant, double) trackInsertKey;
Undocumented in source.
trackIsEnabled
GodotMethod!(bool, long) trackIsEnabled;
Undocumented in source.
trackIsImported
GodotMethod!(bool, long) trackIsImported;
Undocumented in source.
trackMoveDown
GodotMethod!(void, long) trackMoveDown;
Undocumented in source.
trackMoveTo
GodotMethod!(void, long, long) trackMoveTo;
Undocumented in source.
trackMoveUp
GodotMethod!(void, long) trackMoveUp;
Undocumented in source.
trackRemoveKey
GodotMethod!(void, long, long) trackRemoveKey;
Undocumented in source.
trackRemoveKeyAtPosition
GodotMethod!(void, long, double) trackRemoveKeyAtPosition;
Undocumented in source.
trackSetEnabled
GodotMethod!(void, long, bool) trackSetEnabled;
Undocumented in source.
trackSetImported
GodotMethod!(void, long, bool) trackSetImported;
Undocumented in source.
trackSetInterpolationLoopWrap
GodotMethod!(void, long, bool) trackSetInterpolationLoopWrap;
Undocumented in source.
trackSetInterpolationType
GodotMethod!(void, long, long) trackSetInterpolationType;
Undocumented in source.
trackSetKeyTime
GodotMethod!(void, long, long, double) trackSetKeyTime;
Undocumented in source.
trackSetKeyTransition
GodotMethod!(void, long, long, double) trackSetKeyTransition;
Undocumented in source.
trackSetKeyValue
GodotMethod!(void, long, long, Variant) trackSetKeyValue;
Undocumented in source.
trackSetPath
GodotMethod!(void, long, NodePath) trackSetPath;
Undocumented in source.
trackSwap
GodotMethod!(void, long, long) trackSwap;
Undocumented in source.
transformTrackInsertKey
GodotMethod!(long, long, double, Vector3, Quat, Vector3) transformTrackInsertKey;
Undocumented in source.
transformTrackInterpolate
GodotMethod!(Array, long, double) transformTrackInterpolate;
Undocumented in source.
valueTrackGetKeyIndices
GodotMethod!(PoolIntArray, long, double, double) valueTrackGetKeyIndices;
Undocumented in source.
valueTrackGetUpdateMode
GodotMethod!(Animation.UpdateMode, long) valueTrackGetUpdateMode;
Undocumented in source.
valueTrackInterpolate
GodotMethod!(Variant, long, double) valueTrackInterpolate;
Undocumented in source.
valueTrackSetUpdateMode
GodotMethod!(void, long, long) valueTrackSetUpdateMode;
Undocumented in source.

Meta