Click or drag to resize
IndexRangeOffset Method (IndexRange, Int32)
Offset the indices in this instance based on the specified delta over the specified range.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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