Node2D.GDNativeClassBinding

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

Members

Static variables

applyScale
GodotMethod!(void, Vector2) applyScale;
Undocumented in source.
getAngleTo
GodotMethod!(double, Vector2) getAngleTo;
Undocumented in source.
getGlobalPosition
GodotMethod!(Vector2) getGlobalPosition;
Undocumented in source.
getGlobalRotation
GodotMethod!(double) getGlobalRotation;
Undocumented in source.
getGlobalRotationDegrees
GodotMethod!(double) getGlobalRotationDegrees;
Undocumented in source.
getGlobalScale
GodotMethod!(Vector2) getGlobalScale;
Undocumented in source.
getPosition
GodotMethod!(Vector2) getPosition;
Undocumented in source.
getRelativeTransformToParent
GodotMethod!(Transform2D, Node) getRelativeTransformToParent;
Undocumented in source.
getRotation
GodotMethod!(double) getRotation;
Undocumented in source.
getRotationDegrees
GodotMethod!(double) getRotationDegrees;
Undocumented in source.
getScale
GodotMethod!(Vector2) getScale;
Undocumented in source.
getZIndex
GodotMethod!(long) getZIndex;
Undocumented in source.
globalTranslate
GodotMethod!(void, Vector2) globalTranslate;
Undocumented in source.
isZRelative
GodotMethod!(bool) isZRelative;
Undocumented in source.
lookAt
GodotMethod!(void, Vector2) lookAt;
Undocumented in source.
moveLocalX
GodotMethod!(void, double, bool) moveLocalX;
Undocumented in source.
moveLocalY
GodotMethod!(void, double, bool) moveLocalY;
Undocumented in source.
rotate
GodotMethod!(void, double) rotate;
Undocumented in source.
setGlobalPosition
GodotMethod!(void, Vector2) setGlobalPosition;
Undocumented in source.
setGlobalRotation
GodotMethod!(void, double) setGlobalRotation;
Undocumented in source.
setGlobalRotationDegrees
GodotMethod!(void, double) setGlobalRotationDegrees;
Undocumented in source.
setGlobalScale
GodotMethod!(void, Vector2) setGlobalScale;
Undocumented in source.
setGlobalTransform
GodotMethod!(void, Transform2D) setGlobalTransform;
Undocumented in source.
setPosition
GodotMethod!(void, Vector2) setPosition;
Undocumented in source.
setRotation
GodotMethod!(void, double) setRotation;
Undocumented in source.
setRotationDegrees
GodotMethod!(void, double) setRotationDegrees;
Undocumented in source.
setScale
GodotMethod!(void, Vector2) setScale;
Undocumented in source.
setTransform
GodotMethod!(void, Transform2D) setTransform;
Undocumented in source.
setZAsRelative
GodotMethod!(void, bool) setZAsRelative;
Undocumented in source.
setZIndex
GodotMethod!(void, long) setZIndex;
Undocumented in source.
toGlobal
GodotMethod!(Vector2, Vector2) toGlobal;
Undocumented in source.
toLocal
GodotMethod!(Vector2, Vector2) toLocal;
Undocumented in source.
translate
GodotMethod!(void, Vector2) translate;
Undocumented in source.

Meta