Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


autoIntegrate

True 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.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: Unity.Loading
  • Assembly: UnityEngine.ContentLoadModule
public bool autoIntegrate { get; set; }