Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ActiveProfileChangedEventArgs(string, string)

Initializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID.
Read time 1 minuteLast updated 10 days ago

Definition

public ActiveProfileChangedEventArgs(string previousActiveProfileId, string currentActiveProfileId)

Parameters

previousActiveProfileId

Previous active profile ID.

currentActiveProfileId

Current active profile ID.