setParent method
Sets the parent transform of child
to parent
.
Implementation
@override
Future<void> setParent(ThermionEntity child, ThermionEntity parent) async {
await _shim.setParent(child, parent).toDart;
}
Sets the parent transform of child
to parent
.
@override
Future<void> setParent(ThermionEntity child, ThermionEntity parent) async {
await _shim.setParent(child, parent).toDart;
}