1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. 2// See the LICENCE file in the repository root for full licence text. 3 4namespaceosu.Framework.Graphics.Visualisation 5{ 6internalenumTreeContainerStatus 7{ 8Onscreen, 9Offscreen10}11}