Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClaimsPath(string)

Returns whether this provider should serve a collection saved at a given path.
Read time 1 minuteLast updated 13 days ago

Definition

public virtual bool ClaimsPath(string assetPath)

Parameters

assetPath

The collection asset path.

Returns

Type

Description

bool
true
when the provider claims the path; otherwise
false
.

Remarks

The decision is made from the path. The base implementation makes no claim.