s&box docs

public class Sandbox.ResourceSystem

Constructors

Showing 1 constructors

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ResourceSystem

On this page