10 lines
132 B
C#
10 lines
132 B
C#
namespace UnityStandardAssets.ImageEffects
|
|
{
|
|
public enum LensflareStyle34
|
|
{
|
|
Ghosting = 0,
|
|
Anamorphic = 1,
|
|
Combined = 2
|
|
}
|
|
}
|