Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ActiveProfileChangedEventArgs

Provides data for the IShortcutManager.activeProfileChanged event.
Read time 1 minuteLast updated 10 days ago

Definition

public struct ActiveProfileChangedEventArgs

Constructors

Constructor

Description

ActiveProfileChangedEventArgs(System.String,System.String)Initializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID.

Properties

Property

Description

currentActiveProfileIdThe ID of the current active profile.
previousActiveProfileIdThe ID of the previous active profile.