public static void InitInstance() { if (instance != null) { GraphicsManager.ZoomChanged -= instance.ZoomChanged; } instance = new GroundEditScene(); GraphicsManager.ZoomChanged += instance.ZoomChanged; }
public static void InitInstance() { instance = new GroundEditScene(); }