@override void onParentChanged(ActorNode? from, ActorNode? to) { super.onParentChanged(from, to); from?.findLayerEffect(); to?.findLayerEffect(); findEffects(); }