onMount method

  1. @override
void onMount()
override

Called when the owning node enters a live scene graph.

Implementation

@override
void onMount() {
  // Descendant physics components mounted before this world (mount order
  // is realize order) are waiting on an ancestor; wake them.
  retryPendingPhysicsRegistrations();
}