SpatialTrajectoryData constructor
- double azimuthInDegrees,
- bool completedSpatialTrajectory
Creates a new instance.
azimuthInDegreesThe next azimuth value to be set on a spatial audio engine.completedSpatialTrajectoryIndicates whether is the last element of the current spatial audio trajectory or not.
Implementation
SpatialTrajectoryData(this.azimuthInDegrees, this.completedSpatialTrajectory);