添加插件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#if (OBI_BURST && OBI_MATHEMATICS && OBI_COLLECTIONS)
|
||||
namespace Obi
|
||||
{
|
||||
public interface IConstraint
|
||||
{
|
||||
int GetParticleCount();
|
||||
int GetParticle(int index);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user