Class ExportReport.Entry
Entry.
Namespace: UnityEngine.AssetGraph
Syntax
public class Entry
Constructors
Entry(String, String)
Declaration
public Entry(string src, string dst)
Parameters
| Type | Name | Description |
|---|---|---|
| String | src | |
| String | dst |
Fields
destination
The destination.
Declaration
public string destination
Field Value
| Type | Description |
|---|---|
| String |
source
The source.
Declaration
public string source
Field Value
| Type | Description |
|---|---|
| String |