添加插件
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
public interface IObiSelectableParticleProvider
|
||||
{
|
||||
void SetSelected(int particleIndex, bool selected);
|
||||
bool IsSelected(int particleIndex);
|
||||
bool Editable(int particleIndex);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user