CanvasItem Fields |
The CanvasItem type exposes the following members.
| Name | Description | |
|---|---|---|
| NotificationDraw | The CanvasItem is requested to draw. | |
| NotificationEnterCanvas | The CanvasItem has entered the canvas. | |
| NotificationExitCanvas | The CanvasItem has exited the canvas. | |
| NotificationTransformChanged | The CanvasItem's transform has changed. This notification is only received if enabled by SetNotifyTransform(Boolean) or SetNotifyLocalTransform(Boolean). | |
| NotificationVisibilityChanged | The CanvasItem's visibility has changed. |