setParent method
Implementation
@override
Future setParent(ThermionEntity child, ThermionEntity parent) async {
if (_sceneManager == null) {
throw Exception("Asset manager must be non-null");
}
set_parent(_sceneManager!, child, parent);
}
@override
Future setParent(ThermionEntity child, ThermionEntity parent) async {
if (_sceneManager == null) {
throw Exception("Asset manager must be non-null");
}
set_parent(_sceneManager!, child, parent);
}