[]
Increments the index on specified value.
public void Inc(int value)
| Type | Name | Description |
|---|---|---|
| int | value | The increment value. |
Increments the index on specified value.
public void Inc(int value, int level)
| Type | Name | Description |
|---|---|---|
| int | value | The increment value. |
| int | level | The index to increment. |
Increments the index.
public void Inc()