Small documentation clarification added to CanvasItem.
(cherry picked from commit d286e98fd1
)
This commit is contained in:
parent
a8b2e475fa
commit
709c44485a
|
@ -543,7 +543,7 @@
|
||||||
Mix blending mode. Colors are assumed to be premultiplied by the alpha (opacity) value.
|
Mix blending mode. Colors are assumed to be premultiplied by the alpha (opacity) value.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="NOTIFICATION_TRANSFORM_CHANGED" value="29">
|
<constant name="NOTIFICATION_TRANSFORM_CHANGED" value="29">
|
||||||
Canvas item transform has changed. Only received if requested.
|
Canvas item transform has changed. Notification is only received if enabled by [method set_notify_transform] or [method set_notify_local_transform].
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="NOTIFICATION_DRAW" value="30">
|
<constant name="NOTIFICATION_DRAW" value="30">
|
||||||
CanvasItem is requested to draw.
|
CanvasItem is requested to draw.
|
||||||
|
|
Loading…
Reference in New Issue