UnityEngine.PlaymodeTests.TestAttribute.IsSceneBased C# (CSharp) Méthode

IsSceneBased() private méthode

private IsSceneBased ( ) : bool
Résultat bool
        internal bool IsSceneBased()
        {
            return !string.IsNullOrEmpty(this.m_SceneName);
        }
    }