Version: 2017.2

RangeInt

struct in UnityEngine

매뉴얼로 전환

설명

Describes an integer range.

변수

endThe end index of the range (not inclusive).
lengthThe length of the range.
startThe starting index of the range, where 0 is the first position, 1 is the second, 2 is the third, and so on.

생성자

RangeIntConstructs a new RangeInt with given start, length values.