Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StartIndex

The start index is pointing to the first character of item.
Read time 1 minuteLast updated 13 days ago

Definition

public int StartIndex { get; set; }

Remarks

Format string: {0}{1}ABC Index: 012345678
Start index for 1st placeholder is 0, for the second it's 3, for the literal it's 6. End index for the 1st placeholder is 3, for the second it's 6, for the literal it's 9.