onMount method
Called when the owning node enters a live scene graph.
Implementation
@override
void onMount() {
_registerRenderItems();
final weights = initialMorphWeights;
if (weights != null && node.internalMorphWeights != null) {
node.setMorphWeights(weights);
}
}