mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
13 lines
329 B
C#
13 lines
329 B
C#
using AssetRipper.SourceGenerated.Enums;
|
|
using AssetRipper.SourceGenerated.Subclasses.ShadowSettings;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions;
|
|
|
|
public static class ShadowSettingsExtensions
|
|
{
|
|
public static LightShadows GetLightmapBakeType(this IShadowSettings settings)
|
|
{
|
|
return (LightShadows)settings.Type;
|
|
}
|
|
}
|