去掉obi,使用自写绳索
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
public interface IConstraints
|
||||
{
|
||||
Oni.ConstraintType constraintType
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
ISolverImpl solver
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
int GetConstraintCount();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user