mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
325 B
C#
14 lines
325 B
C#
using AssetRipper.SourceGenerated.Classes.ClassID_108;
|
|
using AssetRipper.SourceGenerated.Enums;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions
|
|
{
|
|
public static class LightExtensions
|
|
{
|
|
public static LightmappingMode GetLightmapping(this ILight light)
|
|
{
|
|
return (LightmappingMode)light.Lightmapping_C108;
|
|
}
|
|
}
|
|
}
|