예제 #1
0
    private void SetSceneManagerAsset(SceneCollectionAsset asset)
    {
        _asset = asset;

        Repaint();
    }
    private void OnEnable()
    {
        _target = target as SceneCollectionAsset;

        if (_shownScenes == null)
            _shownScenes = new HashSet<string>();
    }