mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
331 B
C#
14 lines
331 B
C#
using AssetRipper.SourceGenerated.Subclasses.Vector3Curve;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions
|
|
{
|
|
public static class Vector3CurveExtensions
|
|
{
|
|
public static void SetValues(this IVector3Curve curve, string path)
|
|
{
|
|
curve.Path.String = path;
|
|
curve.Curve.SetDefaultRotationOrderAndCurveLoopType();
|
|
}
|
|
}
|
|
}
|