CanvasItem.GDNativeClassBinding

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

Members

Static variables

_draw
GodotMethod!(void) _draw;
Undocumented in source.
_editGetPivot
GodotMethod!(Vector2) _editGetPivot;
Undocumented in source.
_editGetPosition
GodotMethod!(Vector2) _editGetPosition;
Undocumented in source.
_editGetRect
GodotMethod!(Rect2) _editGetRect;
Undocumented in source.
_editGetRotation
GodotMethod!(double) _editGetRotation;
Undocumented in source.
_editGetScale
GodotMethod!(Vector2) _editGetScale;
Undocumented in source.
_editGetState
GodotMethod!(Dictionary) _editGetState;
Undocumented in source.
_editGetTransform
GodotMethod!(Transform2D) _editGetTransform;
Undocumented in source.
_editSetPivot
GodotMethod!(void, Vector2) _editSetPivot;
Undocumented in source.
_editSetPosition
GodotMethod!(void, Vector2) _editSetPosition;
Undocumented in source.
_editSetRect
GodotMethod!(void, Rect2) _editSetRect;
Undocumented in source.
_editSetRotation
GodotMethod!(void, double) _editSetRotation;
Undocumented in source.
_editSetScale
GodotMethod!(void, Vector2) _editSetScale;
Undocumented in source.
_editSetState
GodotMethod!(void, Dictionary) _editSetState;
Undocumented in source.
_editUsePivot
GodotMethod!(bool) _editUsePivot;
Undocumented in source.
_editUseRect
GodotMethod!(bool) _editUseRect;
Undocumented in source.
_editUseRotation
GodotMethod!(bool) _editUseRotation;
Undocumented in source.
_isOnTop
GodotMethod!(bool) _isOnTop;
Undocumented in source.
_setOnTop
GodotMethod!(void, bool) _setOnTop;
Undocumented in source.
_toplevelRaiseSelf
GodotMethod!(void) _toplevelRaiseSelf;
Undocumented in source.
_updateCallback
GodotMethod!(void) _updateCallback;
Undocumented in source.
drawArc
GodotMethod!(void, Vector2, double, double, double, long, Color, double, bool) drawArc;
Undocumented in source.
drawChar
GodotMethod!(double, Font, Vector2, String, String, Color) drawChar;
Undocumented in source.
drawCircle
GodotMethod!(void, Vector2, double, Color) drawCircle;
Undocumented in source.
drawColoredPolygon
GodotMethod!(void, PoolVector2Array, Color, PoolVector2Array, Texture, Texture, bool) drawColoredPolygon;
Undocumented in source.
drawLine
GodotMethod!(void, Vector2, Vector2, Color, double, bool) drawLine;
Undocumented in source.
drawMesh
GodotMethod!(void, Mesh, Texture, Texture, Transform2D, Color) drawMesh;
Undocumented in source.
drawMultiline
GodotMethod!(void, PoolVector2Array, Color, double, bool) drawMultiline;
Undocumented in source.
drawMultilineColors
GodotMethod!(void, PoolVector2Array, PoolColorArray, double, bool) drawMultilineColors;
Undocumented in source.
drawMultimesh
GodotMethod!(void, MultiMesh, Texture, Texture) drawMultimesh;
Undocumented in source.
drawPolygon
GodotMethod!(void, PoolVector2Array, PoolColorArray, PoolVector2Array, Texture, Texture, bool) drawPolygon;
Undocumented in source.
drawPolyline
GodotMethod!(void, PoolVector2Array, Color, double, bool) drawPolyline;
Undocumented in source.
drawPolylineColors
GodotMethod!(void, PoolVector2Array, PoolColorArray, double, bool) drawPolylineColors;
Undocumented in source.
drawPrimitive
GodotMethod!(void, PoolVector2Array, PoolColorArray, PoolVector2Array, Texture, double, Texture) drawPrimitive;
Undocumented in source.
drawRect
GodotMethod!(void, Rect2, Color, bool, double, bool) drawRect;
Undocumented in source.
drawSetTransform
GodotMethod!(void, Vector2, double, Vector2) drawSetTransform;
Undocumented in source.
drawSetTransformMatrix
GodotMethod!(void, Transform2D) drawSetTransformMatrix;
Undocumented in source.
drawString
GodotMethod!(void, Font, Vector2, String, Color, long) drawString;
Undocumented in source.
drawStyleBox
GodotMethod!(void, StyleBox, Rect2) drawStyleBox;
Undocumented in source.
drawTexture
GodotMethod!(void, Texture, Vector2, Color, Texture) drawTexture;
Undocumented in source.
drawTextureRect
GodotMethod!(void, Texture, Rect2, bool, Color, bool, Texture) drawTextureRect;
Undocumented in source.
drawTextureRectRegion
GodotMethod!(void, Texture, Rect2, Rect2, Color, bool, Texture, bool) drawTextureRectRegion;
Undocumented in source.
forceUpdateTransform
GodotMethod!(void) forceUpdateTransform;
Undocumented in source.
getCanvas
GodotMethod!(RID) getCanvas;
Undocumented in source.
getCanvasItem
GodotMethod!(RID) getCanvasItem;
Undocumented in source.
getCanvasTransform
GodotMethod!(Transform2D) getCanvasTransform;
Undocumented in source.
getGlobalMousePosition
GodotMethod!(Vector2) getGlobalMousePosition;
Undocumented in source.
getGlobalTransform
GodotMethod!(Transform2D) getGlobalTransform;
Undocumented in source.
getGlobalTransformWithCanvas
GodotMethod!(Transform2D) getGlobalTransformWithCanvas;
Undocumented in source.
getLightMask
GodotMethod!(long) getLightMask;
Undocumented in source.
getLocalMousePosition
GodotMethod!(Vector2) getLocalMousePosition;
Undocumented in source.
getMaterial
GodotMethod!(Material) getMaterial;
Undocumented in source.
getModulate
GodotMethod!(Color) getModulate;
Undocumented in source.
getSelfModulate
GodotMethod!(Color) getSelfModulate;
Undocumented in source.
getTransform
GodotMethod!(Transform2D) getTransform;
Undocumented in source.
getUseParentMaterial
GodotMethod!(bool) getUseParentMaterial;
Undocumented in source.
getViewportRect
GodotMethod!(Rect2) getViewportRect;
Undocumented in source.
getViewportTransform
GodotMethod!(Transform2D) getViewportTransform;
Undocumented in source.
getWorld2d
GodotMethod!(World2D) getWorld2d;
Undocumented in source.
hide
GodotMethod!(void) hide;
Undocumented in source.
isDrawBehindParentEnabled
GodotMethod!(bool) isDrawBehindParentEnabled;
Undocumented in source.
isLocalTransformNotificationEnabled
GodotMethod!(bool) isLocalTransformNotificationEnabled;
Undocumented in source.
isSetAsToplevel
GodotMethod!(bool) isSetAsToplevel;
Undocumented in source.
isTransformNotificationEnabled
GodotMethod!(bool) isTransformNotificationEnabled;
Undocumented in source.
isVisible
GodotMethod!(bool) isVisible;
Undocumented in source.
isVisibleInTree
GodotMethod!(bool) isVisibleInTree;
Undocumented in source.
makeCanvasPositionLocal
GodotMethod!(Vector2, Vector2) makeCanvasPositionLocal;
Undocumented in source.
makeInputLocal
GodotMethod!(InputEvent, InputEvent) makeInputLocal;
Undocumented in source.
setAsToplevel
GodotMethod!(void, bool) setAsToplevel;
Undocumented in source.
setDrawBehindParent
GodotMethod!(void, bool) setDrawBehindParent;
Undocumented in source.
setLightMask
GodotMethod!(void, long) setLightMask;
Undocumented in source.
setMaterial
GodotMethod!(void, Material) setMaterial;
Undocumented in source.
setModulate
GodotMethod!(void, Color) setModulate;
Undocumented in source.
setNotifyLocalTransform
GodotMethod!(void, bool) setNotifyLocalTransform;
Undocumented in source.
setNotifyTransform
GodotMethod!(void, bool) setNotifyTransform;
Undocumented in source.
setSelfModulate
GodotMethod!(void, Color) setSelfModulate;
Undocumented in source.
setUseParentMaterial
GodotMethod!(void, bool) setUseParentMaterial;
Undocumented in source.
setVisible
GodotMethod!(void, bool) setVisible;
Undocumented in source.
show
GodotMethod!(void) show;
Undocumented in source.
update
GodotMethod!(void) update;
Undocumented in source.

Meta