ProfileDatabase()
Creates a ProfileDatabase with a default filter and an empty list of profiles.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.HardwareProfiles
- Assembly: UnityEditor.CoreModule
public ProfileDatabase()
Remarks
Initializes the database with a new DefaultDeviceFilter and an empty list of ProfileDeviceFilter instances. Use ProfileDatabase.GetDefaultFilter to configure the default filter and ProfileDatabase.CreateFilter to add device-specific profiles.