9 lines
208 B
C#
9 lines
208 B
C#
namespace UnityEngine.XR.Simulation
|
|
{
|
|
internal interface ISimulationSessionResetHandler
|
|
{
|
|
// ReSharper disable once UnusedMemberInSuper.Global
|
|
void OnSimulationSessionReset();
|
|
}
|
|
}
|