mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
13 lines
383 B
C#
13 lines
383 B
C#
using AssetRipper.SourceGenerated.NativeEnums.Animation;
|
|
using AssetRipper.SourceGenerated.Subclasses.ValueConstant;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions;
|
|
|
|
public static class ValueConstantExtensions
|
|
{
|
|
public static AnimatorControllerParameterType GetTypeValue(this IValueConstant valueConstant)
|
|
{
|
|
return (AnimatorControllerParameterType)valueConstant.Type;
|
|
}
|
|
}
|