 | IndexRangeOffset Method (IndexRange, Int32) |
Offset the indices in this instance based on the specified delta over the specified
range.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic void Offset(
IndexRange range,
int delta
)
Parameters
- range
- Type: CandlelightIndexRange
The range of indices that has shifted. - delta
- Type: SystemInt32
The amount that the specified range has shifted.
See Also