[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["`Node.LifecycleListener` is an interface for receiving callbacks on node lifecycle events. It has three methods: `onActivated`, which is called when `onActivate()` is invoked, `onDeactivated`, which is called upon `onDeactivate()`, and `onUpdated`, triggered by `onUpdate(FrameTime)`. These methods notify listeners about the respective lifecycle event, providing the involved `Node`, and time information. `BaseTransformationController` and its subclasses use the listener.\n"]]