API ReferenceSandbox
public class Sandbox.ResourceSystem
Constructors
Showing 1 constructors
public ResourceSystem()
No results match this filter.
Methods
Showing 5 methods
public bool TryGet(string filepath, T resource)
Try to get a cached resource by its file path.
Parameters
filepath: File path to the resource.resource: The retrieved resource, if any.
Returns
True if resource was retrieved successfully.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ResourceSystem |