CoveredSequencePoint

struct in UnityEngine.TestTools

/

Implemented in:UnityEngine.CoreModule

Description

Describes a covered sequence point used by Coverage. For an example of typical usage, see Coverage.GetSequencePointsFor.

Properties

columnThe column number of the line of the file that contains the sequence point.
filenameThe name of the file that contains the sequence point.
hitCountThe number of times the sequence point has been visited.
ilOffsetThe offset in bytes from the start of the method to the first Intermediate Language instruction of this sequence point.
lineThe line number of the file that contains the sequence point.
methodThe method covered by the sequence point.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答