更新
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace GraphicsCat
|
||||
{
|
||||
public class SceneViewUtils
|
||||
{
|
||||
public static void RepaintAll()
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
SceneView.RepaintAll();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user