Property automaticLoading
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.
Declaration
public bool automaticLoading { get; set; }
Property Value
Type | Description |
---|---|
bool |