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

RangeInt.end

public int end;

Description

The end index of the range (not inclusive).

Calculated by adding length to start (for instance, if you have a string “abcdef” and you care about “cde”, then this value is (start) 2 + (length) 3 = 5).