enum

ScanScope

Namespace
RefSafe.Pro
Assembly
RefSafe.Pro.Core
public enum ScanScope

Defines the scope of a Pro scan operation.

Values

OpenScenes = 0
OpenScenes = 0

Scan only the currently open/loaded scenes.

AllScenes = 1
AllScenes = 1

Scan all scene assets in the project (without opening them).

AllPrefabs = 2
AllPrefabs = 2

Scan all prefab assets in the project.

AllScriptableObjects = 3
AllScriptableObjects = 3

Scan all ScriptableObject assets in the project.

EntireProject = 4
EntireProject = 4

Scan the entire project (scenes + prefabs + ScriptableObjects).

ChangedOnly = 5
ChangedOnly = 5

Scan only assets that changed since the last scan (incremental).

Generated from Core/Scanning/ScanScope.cs in RefSafe Pro 2.2.0.