SceneManager.gotoin

Goes to the scene by its string name.

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

Parameters

name string

Scene name.

Meta