Scaleform::GFx::State Scaleform::GFx::URLBuilder
class URLBuilder : public State;
URLBuilder class is responsible for building a filename path used for loading objects. It can also be overridden if filename or extension substitution is desired.
|
Method |
Description |
|
Builds a new filename based on the provided filename and a parent path. | |
|
Default implementation used by BuildURL to build a new filename path. | |
|
Static method that modifies path to not include the filename. | |
|
Static method used to determine if the path is absolute. | |
|
static helper function that examines whether a string is a file URL scheme or HTTP URL (http:// or file://) | |
|
| |
|
URLBuilder constructor. |
|
Structure |
Description |
|
LocationInfo is a structure that stores relevant information about a URL. |
GFx_Loader.h