This version of Unity is unsupported.

RangeInt Constructor

Declaration

public RangeInt(int start, int length);

Parameters

start The starting index of the range.
length The length of the range.

Description

Constructs a new RangeInt with given start, length values.