public static interface UResource.Array
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
boolean |
getValue(int i,
UResource.Value value) |
int getSize()
boolean getValue(int i,
UResource.Value value)
i - Array item index.value - Output-only, receives the value of the i'th item.