onMount method

  1. @override
void onMount()
override

Called when the owning node enters a live scene graph.

Implementation

@override
void onMount() {
  _smoothedPivotWorld = _currentRawPivotWorld;
  currentLength = targetLength;
  _updateSocketTransform();
  _initialized = true;
}