Nexus/Library/PackageCache/com.unity.test-framework.performance@0840f58e4562/Runtime/PerformanceTestHelper.cs

11 lines
196 B
C#
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
using UnityEngine;
namespace Unity.PerformanceTesting
{
internal class PerformanceTestHelper : MonoBehaviour
{
[SerializeField]
public PerformanceTest ActiveTest;
}
}