Tween._classBinding

Undocumented in source.
struct Tween
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_removeByUid
GodotMethod!(void, long) _removeByUid;
Undocumented in source.
followMethod
GodotMethod!(bool, GodotObject, String, Variant, GodotObject, String, double, long, long, double) followMethod;
Undocumented in source.
followProperty
GodotMethod!(bool, GodotObject, NodePath, Variant, GodotObject, NodePath, double, long, long, double) followProperty;
Undocumented in source.
getRuntime
GodotMethod!(double) getRuntime;
Undocumented in source.
getSpeedScale
GodotMethod!(double) getSpeedScale;
Undocumented in source.
getTweenProcessMode
GodotMethod!(Tween.TweenProcessMode) getTweenProcessMode;
Undocumented in source.
interpolateCallback
GodotMethod!(bool, GodotObject, double, String, Variant, Variant, Variant, Variant, Variant) interpolateCallback;
Undocumented in source.
interpolateDeferredCallback
GodotMethod!(bool, GodotObject, double, String, Variant, Variant, Variant, Variant, Variant) interpolateDeferredCallback;
Undocumented in source.
interpolateMethod
GodotMethod!(bool, GodotObject, String, Variant, Variant, double, long, long, double) interpolateMethod;
Undocumented in source.
interpolateProperty
GodotMethod!(bool, GodotObject, NodePath, Variant, Variant, double, long, long, double) interpolateProperty;
Undocumented in source.
isActive
GodotMethod!(bool) isActive;
Undocumented in source.
isRepeat
GodotMethod!(bool) isRepeat;
Undocumented in source.
remove
GodotMethod!(bool, GodotObject, String) remove;
Undocumented in source.
removeAll
GodotMethod!(bool) removeAll;
Undocumented in source.
reset
GodotMethod!(bool, GodotObject, String) reset;
Undocumented in source.
resetAll
GodotMethod!(bool) resetAll;
Undocumented in source.
resume
GodotMethod!(bool, GodotObject, String) resume;
Undocumented in source.
resumeAll
GodotMethod!(bool) resumeAll;
Undocumented in source.
seek
GodotMethod!(bool, double) seek;
Undocumented in source.
setActive
GodotMethod!(void, bool) setActive;
Undocumented in source.
setRepeat
GodotMethod!(void, bool) setRepeat;
Undocumented in source.
setSpeedScale
GodotMethod!(void, double) setSpeedScale;
Undocumented in source.
setTweenProcessMode
GodotMethod!(void, long) setTweenProcessMode;
Undocumented in source.
start
GodotMethod!(bool) start;
Undocumented in source.
stop
GodotMethod!(bool, GodotObject, String) stop;
Undocumented in source.
stopAll
GodotMethod!(bool) stopAll;
Undocumented in source.
targetingMethod
GodotMethod!(bool, GodotObject, String, GodotObject, String, Variant, double, long, long, double) targetingMethod;
Undocumented in source.
targetingProperty
GodotMethod!(bool, GodotObject, NodePath, GodotObject, NodePath, Variant, double, long, long, double) targetingProperty;
Undocumented in source.
tell
GodotMethod!(double) tell;
Undocumented in source.

Meta