Files
Bachelor-Arbeit-Adrian-Haefner/Library/PackageCache/com.unity.xr.arfoundation@ef86c118adc4/Runtime/Simulation/Subsystems/ISimulationSessionResetHandler.cs
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

9 lines
208 B
C#

namespace UnityEngine.XR.Simulation
{
internal interface ISimulationSessionResetHandler
{
// ReSharper disable once UnusedMemberInSuper.Global
void OnSimulationSessionReset();
}
}