UxrComponent.GlobalIdChanged Event
Called when a component changed its unique id by using TrySetUniqueId(String). Parameters are oldId, newId.
Namespace: UltimateXR.Core.Components
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static event Action<string, string> GlobalIdChanged
Value
Type: System.Action(String, String)