LoadAdditiveScene.LoadScene Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LoadScene() | |
LoadScene(String) |
LoadScene()
public:
void LoadScene();
public void LoadScene ();
member this.LoadScene : unit -> unit
Public Sub LoadScene ()
Applies to
LoadScene(String)
public:
void LoadScene(System::String ^ sceneName);
public void LoadScene (string sceneName);
member this.LoadScene : string -> unit
Public Sub LoadScene (sceneName As String)
Parameters
- sceneName
- String