이 페이지가 있는 버전:
이 페이지가 없는 버전:
Resets all coverage data.
using UnityEngine; using UnityEngine.TestTools;public class CoverageExample : MonoBehaviour { void Start() { // Reset all coverage data that has been captured up to this point. Coverage.ResetAll(); } }