重新导入obi
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
public interface ITetherConstraintsBatchImpl : IConstraintsBatchImpl
|
||||
{
|
||||
void SetTetherConstraints(ObiNativeIntList particleIndices, ObiNativeVector2List maxLengthScale, ObiNativeFloatList stiffnesses, ObiNativeFloatList lambdas, int count);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user