Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RangeInt(int, int)

Constructs a new RangeInt with given start, length values.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public RangeInt(int start, int length)

Parameters

start

The starting index of the range.

length

The length of the range.