MyClass.OnRuntimeMethodLoad C# (CSharp) Метод

OnRuntimeMethodLoad() приватный Метод

private OnRuntimeMethodLoad ( ) : void
Результат void
    static void OnRuntimeMethodLoad()
    {
        Debug.Log("After scene is loaded and game is running");
    }