Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProfileDatabase()

Creates a ProfileDatabase with a default filter and an empty list of profiles.
Read time 1 minuteLast updated 12 days ago

Definition

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.