qstbak/Auspex/Auspex/AxLightType.cs
2026-08-17 20:25:32 +10:00

9 lines
109 B
C#

namespace Auspex;
public enum AxLightType : uint
{
Directional = 1u,
PointLight,
SpotLight,
AreaLight
}