ResourceLoaderHasCached Method |
Returns whether a cached resource is available for the given path.
Once a resource has been loaded by the engine, it is cached in memory for faster access, and future calls to the Load(String, String, Boolean) or LoadInteractive(String, String) methods will use the cached version. The cached resource can be overridden by using TakeOverPath(String) on a new resource for that same path.
Namespace: Godot
public static bool HasCached( string path )
[Missing <param name="path"/> documentation for "M:Godot.ResourceLoader.HasCached(System.String)"]
[Missing <returns> documentation for "M:Godot.ResourceLoader.HasCached(System.String)"]