position property
- @JsonKey.new(fromJson: stringToPointDoubleNullable, toJson: pointDoubleToString)
final
The position of the sound.
If position is null, then the ambiance will not be positional, and
will play through Game.ambianceSounds.
Implementation
@JsonKey(fromJson: stringToPointDoubleNullable, toJson: pointDoubleToString)
final Point<double>? position;