Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


automaticLoading

Get and set Automatic Loading state for this manager. When this is true, the manager will automatically call InitializeLoader and DeinitializeLoader for you. When false, _automaticRunning is also set to false and remains that way. This means that disabling automatic loading disables all automatic behavior for the manager.
Read time 1 minuteLast updated 6 days ago

Definition

public bool automaticLoading { get; set; }