BMF3DModelOption constructor Null safety
- {required String modelPath,
- required String modelName,
- double? scale,
- bool? zoomFixed,
- double? rotateX,
- double? rotateY,
- double? rotateZ,
- double? offsetX,
- double? offsetY,
- double? offsetZ,
- BMF3DModelType? type}
3d模型option构造方法
Implementation
BMF3DModelOption(
{required this.modelPath,
required this.modelName,
this.scale,
this.zoomFixed,
this.rotateX,
this.rotateY,
this.rotateZ,
this.offsetX,
this.offsetY,
this.offsetZ,
this.type});