The 'predraw' event is emitted on actors, scenes, and engine before drawing starts. Actors' predraw happens inside their graphics transform so that all drawing takes place with the actor as the origin.
Other target object for this event
Target object for this event.
If set to false, prevents event from propagating to other actors. If true it will be propagated to all actors that apply.
Prevents event from bubbling
The 'predraw' event is emitted on actors, scenes, and engine before drawing starts. Actors' predraw happens inside their graphics transform so that all drawing takes place with the actor as the origin.