Parse the definition of a set of resources from a script file. @remarks Some resource managers can read script files in order to define resources ahead of time. These resources are added to the available list inside the manager, but none are loaded initially. This allows you to load the items that are used on demand, or to load them all
| 489 | with it. |
| 490 | */ |
| 491 | void parseScript( DataStreamPtr &stream, const String &groupName ) override |
| 492 | { |
| 493 | (void)stream; |
| 494 | (void)groupName; |
| 495 | } |
| 496 | |
| 497 | /** Gets the relative loading order of resources of this type. |
| 498 | @remarks |