MyClass.OnSecondRuntimeMethodLoad C# (CSharp) 메소드

OnSecondRuntimeMethodLoad() 개인적인 메소드

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