Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContentSceneParameters

This struct collects all the ContentLoadInterface.LoadSceneAsync parameters in to a single place.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Loading
  • Assembly: UnityEngine.ContentLoadModule
public struct ContentSceneParameters

Properties

Property

Description

autoIntegrateTrue if the scene should be automatically integrated after the load completes. If this is set to false, the user must call ContentSceneFile.IntegrateAtEndOfFrame when they are ready to integrate.
loadSceneModeSee LoadSceneMode.
localPhysicsModeSee LocalPhysicsMode.