scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x020001DA RID: 474
|
||||
public enum AudioRolloffMode
|
||||
{
|
||||
// Token: 0x04000514 RID: 1300
|
||||
Logarithmic,
|
||||
// Token: 0x04000515 RID: 1301
|
||||
Linear,
|
||||
// Token: 0x04000516 RID: 1302
|
||||
Custom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user