9 lines
104 B
C#
9 lines
104 B
C#
namespace UnityEngine.AzureSky
|
|
{
|
|
public enum AzureScatteringMode
|
|
{
|
|
Automatic = 0,
|
|
Custom = 1
|
|
}
|
|
}
|