This version of Unity is unsupported.

RangeInt Constructor

public RangeInt(int start, int length);

Parameters

startThe starting index of the range.
lengthThe length of the range.

Description

Constructs a new RangeInt with given start, length values.