Method SetLoadDelay
SetLoadDelay(float)
Set the load delay to be added to asset loads when Use Asset Database (fastest) is enabled. Default value is 0.1f.
Declaration
public void SetLoadDelay(float loadDelay)
Parameters
| Type | Name | Description |
|---|---|---|
| float | loadDelay | Time in seconds to be added to each asset load. |