mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
9 lines
No EOL
222 B
C#
9 lines
No EOL
222 B
C#
using RootMotion.FinalIK;
|
|
|
|
namespace NAK.AlternateIKSystem.IK.WeightManipulators.Interface;
|
|
|
|
public interface IWeightManipulator
|
|
{
|
|
WeightManipulatorManager Manager { get; set; }
|
|
void Update(IKSolverVR solver);
|
|
} |