[]
If in virtual mode, loads a specific range of entities.
public void LoadRange(int start, int length)
| Type | Name | Description |
|---|---|---|
| int | start | The index of the first item to load. |
| int | length | The number of entities to load. |
| Type | Condition |
|---|---|
| InvalidOperationException | VirtualMode is None. |