get3DModels abstract method
Get the Map of 3D models associated with the component.
final models = await myArm.get3DModels();
For more information, see Arm component.
Implementation
Future<Map<String, Mesh>> get3DModels({Map<String, dynamic>? extra});