onLoaded property

void Function(Node modelRoot)? onLoaded
final

Called with the imported model root after it mounts. Use it to reach imported content imperatively (play animations, look up nodes).

Implementation

final void Function(Node modelRoot)? onLoaded;