Interface: UpdateEvents
Events.UpdateEvents
Represents events related to updates. These events do not propagate to parents.
Properties
enabledchange
• enabledchange: PropertyChangeEvent
<boolean
>
Event triggered when the enabledState of the object changes (either its own or the parent's enabled
property).
Defined in
positionchange
• positionchange: never
Event triggered when the position of the object changes.
Defined in
rotationchange
• rotationchange: never
Event triggered when the rotation of the object changes.
Defined in
scalechange
• scalechange: never
Event triggered when the scale of the object changes.
Defined in
visiblechange
• visiblechange: PropertyChangeEvent
<boolean
>
Event triggered when the visibilityState of the object changes (either its own or the parent's visible
property).