浏览代码

Utility method

/main
Thomas 7 年前
当前提交
b3839ff9
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
      ScriptableRenderPipeline/Core/CoreRP/Debugging/DebugUI.cs

6
ScriptableRenderPipeline/Core/CoreRP/Debugging/DebugUI.cs


{
return queryPath.GetHashCode();
}
public void RemoveSelf()
{
if (parent != null)
parent.children.Remove(this);
}
}
// Any widget that can holds other widgets must implement this interface

正在加载...
取消
保存