Class DCCToolInfo
Basic information about DCCTool
Namespace: Unity.MeshSync.Editor
Syntax
[Serializable]
public class DCCToolInfo
Fields
AppPath
The path to the DCC Tool application file
Declaration
public string AppPath
Field Value
Type | Description |
---|---|
String |
DCCToolVersion
The version of DCC Tool
Declaration
public string DCCToolVersion
Field Value
Type | Description |
---|---|
String |
IconPath
The path to the icon of the DCC Tool
Declaration
public string IconPath
Field Value
Type | Description |
---|---|
String |
Type
The type of DCC Tool
Declaration
public DCCToolType Type
Field Value
Type | Description |
---|---|
DCCToolType |