mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 00:08:51 -05:00
Make TriPropertyTree disposable
This commit is contained in:
parent
6290f2934c
commit
af37b2afa7
@ -6,7 +6,7 @@ using UnityEngine.Profiling;
|
|||||||
|
|
||||||
namespace TriInspector
|
namespace TriInspector
|
||||||
{
|
{
|
||||||
public abstract class TriPropertyTree
|
public abstract class TriPropertyTree : IDisposable
|
||||||
{
|
{
|
||||||
private TriPropertyElement _rootPropertyElement;
|
private TriPropertyElement _rootPropertyElement;
|
||||||
private Rect _cachedOuterRect = new Rect(0, 0, 0, 0);
|
private Rect _cachedOuterRect = new Rect(0, 0, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user