Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AudioSourceCurveType

This defines the curve type of the different custom curves that can be queried and set within the AudioSource.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AudioModule
public enum AudioSourceCurveType

Remarks

The AudioSource can hold a number of custom distance curves, this enum is used within the AudioSource API to differentiate between them.

Fields

Value

Description

CustomRolloffCustom Volume Rolloff.
ReverbZoneMixReverb Zone Mix.
SpatialBlendThe Spatial Blend.
SpreadThe 3D Spread.