Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


autoFlush

Boolean indicating if the PropertyDatabase will update the backing file automatically or not.
Read time 1 minuteLast updated 13 days ago

Definition

public bool autoFlush { get; }

Remarks

When set to true, the PropertyDatabase will update the backing file automatically when there are no more changes applied on the PropertyDatabase. By default, the delay between changes to trigger an automatic update is 5 seconds.