SceneManager.gotoin

Moves to the scene at the pointer.

It is such a function that generates initialization events, entry, transferring the context to the scene and causing the corresponding events to lose the context.

  1. void gotoin(string name, T args)
  2. void gotoin(T args)
  3. void gotoin(Scene scene, T args)
    class SceneManager
    @safe @trusted
    void
    gotoin
    (
    T...
    )

Parameters

scene Scene

Scene heir.

Meta