MyClass.OnSecondRuntimeMethodLoad C# (CSharp) Méthode

OnSecondRuntimeMethodLoad() private méthode

private OnSecondRuntimeMethodLoad ( ) : void
Résultat void
    public static void OnSecondRuntimeMethodLoad()
    {
        Debug.Log("SecondMethod After scene is loaded and game is running.");
    }