MyClass.OnSecondRuntimeMethodLoad C# (CSharp) Method

OnSecondRuntimeMethodLoad() private method

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