mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
* Fix issues building recent commits * AssetList.CopyTo(Span) * Utf8String.IsEmpty * Resolve #692
14 lines
333 B
C#
14 lines
333 B
C#
using AssetRipper.SourceGenerated.Subclasses.QuaternionCurve;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions
|
|
{
|
|
public static class QuaternionCurveExtensions
|
|
{
|
|
public static void SetValues(this IQuaternionCurve curve, string path)
|
|
{
|
|
curve.Path = path;
|
|
curve.Curve.SetDefaultRotationOrderAndCurveLoopType();
|
|
}
|
|
}
|
|
}
|