LocationPuck3D constructor
LocationPuck3D({
- String? modelUri,
- List<
double?> ? position, - double? modelOpacity,
- List<
double?> ? modelScale, - String? modelScaleExpression,
- List<
double?> ? modelTranslation, - List<
double?> ? modelRotation, - bool? modelCastShadows,
- bool? modelReceiveShadows,
- ModelScaleMode? modelScaleMode,
- double? modelEmissiveStrength,
- String? modelEmissiveStrengthExpression,
- ModelElevationReference? modelElevationReference,
Implementation
LocationPuck3D({
this.modelUri,
this.position,
this.modelOpacity,
this.modelScale,
this.modelScaleExpression,
this.modelTranslation,
this.modelRotation,
this.modelCastShadows,
this.modelReceiveShadows,
this.modelScaleMode,
this.modelEmissiveStrength,
this.modelEmissiveStrengthExpression,
this.modelElevationReference,
});