Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.