ClaimsPath(string)
Returns whether this provider should serve a collection saved at a given path.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
public virtual bool ClaimsPath(string assetPath)
Parameters
The collection asset path.
Returns
Type | Description |
|---|---|
| bool | |
Remarks
The decision is made from the path. The base implementation makes no claim.