StatusQueryOptions
Options for querying the version control system status of a file.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum StatusQueryOptions
Remarks
Additional Resources: AssetDatabase.IsOpenForEdit, AssetDatabase.IsMetaFileOpenForEdit.
Fields
Value | Description |
|---|---|
| ForceUpdate | Force a refresh of the version control system status of the file. This is slow but accurate. |
| UseCachedAsync | This option sets the status query to first use the latest valid version control system status of the file and query for a valid status asynchronously if otherwise. |
| UseCachedIfPossible | This option sets the status query to first use the latest valid version control system status of the file and query for a valid status synchronously if otherwise. |