AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
CanvasItem
To Subscribe, use this Key
twenty-cold-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description Abstract base class for {{c1::everything in 2D space}}. {{c2::Canvas items}} are laid out in a {{c2::tree}}; children inherit and …
Published
06/07/2024
Signals {{c1:: draw ()}} Emitted when the {{c1::CanvasItem}} must redraw, after the related {{c1::NOTIFICATION_DRAW}} not…
Published
06/07/2024
Enumerations enum TextureFilter : TextureFilter TEXTURE_FILTER_{{c1::PARENT_NODE}} = 0 The CanvasItem will inhe…
Published
06/07/2024
Constants NOTIFICATION_TRANSFORM_CHANGED = 2000 The CanvasItem 's global transform has changed. This notification is only…
Published
06/07/2024
Property Descriptions ClipChildrenMode clip_children = 0 void set_clip_children_mode (value: ClipChildrenMode ) …
Published
06/07/2024
Method Descriptions void _draw () virtual Called when CanvasItem has been requested to redraw (after queue_redraw is calle…
Status
Last Update
Fields