API ReferenceSandbox
ResourceSystemclass
object→ResourceSystem
Constructors1
Showing 1 constructors
public ResourceSystem()
No results match this filter.
Methods5
Showing 5 methods
public bool TryGet(string filepath, T resource)
Try to get a cached resource by its file path.
| Parameter | Type | Description |
|---|---|---|
| filepath | string | File path to the resource. |
| resource | T | The retrieved resource, if any. |
Returns:
boolTrue if resource was retrieved successfully.No results match this filter.