Interface IShouldIncludeInBuildCallback
Namespace: UnityEditor.PackageManager
Assembly: UnityEditor.dll
Syntax
public interface IShouldIncludeInBuildCallback
Properties
| Improve this Doc View SourcePackageName
Declaration
string PackageName { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceShouldIncludeInBuild(String)
Declaration
bool ShouldIncludeInBuild(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path |
Returns
Type | Description |
---|---|
Boolean |