[]
Returns true if given tile-component uses derived quantization step sizes.
public override bool isDerived(int t, int c)
Public Overrides Function isDerived(t As Integer, c As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | t | Tile index |
| int | c | Component index |
| Type | Description |
|---|---|
| bool | True if derived |