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

13 lines
417 B
C#

using AssetRipper.SourceGenerated.NativeEnums.Animation;
using AssetRipper.SourceGenerated.Subclasses.AnimatorControllerParameter;
namespace AssetRipper.SourceGenerated.Extensions;
public static class AnimatorControllerParameterExtensions
{
public static AnimatorControllerParameterType GetTypeValue(this IAnimatorControllerParameter parameter)
{
return (AnimatorControllerParameterType)parameter.Type;
}
}