PreTransformDrawEvent
Hierarchy
Index
Constructors
constructor
Parameters
ctx: ExcaliburGraphicsContext
elapsed: number
self: Entity
Returns PreTransformDrawEvent
Properties
publicctx
publicelapsed
publicinheritedother
Other target object for this event
publicself
publicinheritedtarget
Target object for this event.
Accessors
publicinheritedbubbles
If set to false, prevents event from propagating to other actors. If true it will be propagated to all actors that apply.
Returns boolean
Parameters
value: boolean
Returns void
Methods
publicinheritedstopPropagation
Prevents event from bubbling
Returns void
The 'pretransformdraw' event is emitted on actors/entities before any graphics transforms have taken place. Useful if you need to completely customize the draw or modify the transform before drawing in the draw step (for example needing latest camera positions)