Show / Hide Table of Contents

Interface IShouldIncludeInBuildCallback

Namespace: UnityEditor.PackageManager
Assembly: UnityEditor.dll
Syntax
public interface IShouldIncludeInBuildCallback

Properties

| Improve this Doc View Source

PackageName

Declaration
string PackageName { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

ShouldIncludeInBuild(String)

Declaration
bool ShouldIncludeInBuild(string path)
Parameters
Type Name Description
String path
Returns
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX