position property

  1. @JsonKey(fromJson: stringToPointDoubleNullable, toJson: pointDoubleToString)
Point<double>? position
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;