LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.