Struct ImporterContentInfo
Namespace: UnityEditor.Build.Pipeline.Interfaces
Syntax
[Serializable]
public struct ImporterContentInfo : IEquatable<ImporterContentInfo>
Properties
Asset
Declaration
public GUID Asset { get; set; }
Property Value
| Type | Description |
|---|---|
| GUID |
Importer
Declaration
public Type Importer { get; set; }
Property Value
| Type | Description |
|---|---|
| Type |
Methods
Equals(ImporterContentInfo)
Declaration
public bool Equals(ImporterContentInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| ImporterContentInfo | other |
Returns
| Type | Description |
|---|---|
| Boolean |