AssetRipper_AssetRipper/Source/AssetRipper.SourceGenerated.Extensions/ParticleSystemForceFieldParametersExtensions.cs
2025-06-23 11:42:47 -07:00

13 lines
417 B
C#

using AssetRipper.SourceGenerated.Enums;
using AssetRipper.SourceGenerated.Subclasses.ParticleSystemForceFieldParameters;
namespace AssetRipper.SourceGenerated.Extensions;
public static class ParticleSystemForceFieldParametersExtensions
{
public static ParticleSystemForceFieldShape GetShape(this IParticleSystemForceFieldParameters parameters)
{
return (ParticleSystemForceFieldShape)parameters.Shape;
}
}