UxrComponent.GlobalIdChanging Event

Called when a component is about to change 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> GlobalIdChanging


Value

Type: System.Action(String, String)

See Also

Reference

UxrComponent Class
UltimateXR.Core.Components Namespace