godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
CanvasItem._new
godot
canvasitem
CanvasItem
Construct a new instance of CanvasItem. Note: use
memnew!CanvasItem
instead.
struct
CanvasItem
@
nogc
nothrow static
CanvasItem
_new
(
)
Meta
Source
See Implementation
godot
canvasitem
CanvasItem
aliases
BaseClasses
enums
BlendMode
Constants
functions
_draw
_editGetPivot
_editGetPosition
_editGetRect
_editGetRotation
_editGetScale
_editGetState
_editGetTransform
_editSetPivot
_editSetPosition
_editSetRect
_editSetRotation
_editSetScale
_editSetState
_editUsePivot
_editUseRect
_editUseRotation
_isOnTop
_setOnTop
_toplevelRaiseSelf
_updateCallback
drawArc
drawChar
drawCircle
drawColoredPolygon
drawLine
drawMesh
drawMultiline
drawMultilineColors
drawMultimesh
drawPolygon
drawPolyline
drawPolylineColors
drawPrimitive
drawRect
drawSetTransform
drawSetTransformMatrix
drawString
drawStyleBox
drawTexture
drawTextureRect
drawTextureRectRegion
forceUpdateTransform
getCanvas
getCanvasItem
getCanvasTransform
getGlobalMousePosition
getGlobalTransform
getGlobalTransformWithCanvas
getLightMask
getLocalMousePosition
getMaterial
getModulate
getSelfModulate
getTransform
getUseParentMaterial
getViewportRect
getViewportTransform
getWorld2d
hide
isDrawBehindParentEnabled
isLocalTransformNotificationEnabled
isSetAsToplevel
isTransformNotificationEnabled
isVisible
isVisibleInTree
makeCanvasPositionLocal
makeInputLocal
opAssign
opEquals
setAsToplevel
setDrawBehindParent
setLightMask
setMaterial
setModulate
setNotifyLocalTransform
setNotifyTransform
setSelfModulate
setUseParentMaterial
setVisible
show
toHash
update
properties
lightMask
modulate
selfModulate
showBehindParent
showOnTop
useParentMaterial
visible
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Construct a new instance of CanvasItem. Note: use memnew!CanvasItem instead.