get3DModels abstract method

Future<Map<String, Mesh>> get3DModels({
  1. Map<String, dynamic>? extra,
})

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});