Skip to content

ExportTypeInfo

ClassAssetInventoryAssetInventory.Editor
public class ExportTypeInfo

Class to hold export type information for the wizard UI

public int Index { get; }

No description is available for this member.

Returns

System.Int32 — No return description is available.

public string Name { get; }

No description is available for this member.

Returns

System.String — No return description is available.

public string Description { get; }

No description is available for this member.

Returns

System.String — No return description is available.

public Texture Icon { get; }

No description is available for this member.

Returns

UnityEngine.Texture — No return description is available.

ExportTypeInfo(int, string, string, Texture)

Section titled “ExportTypeInfo(int, string, string, Texture)”
public ExportTypeInfo(int index, string name, string description, Texture icon)

No description is available for this member.

Parameters

Name Type Description
index System.Int32
name System.String
description System.String
icon UnityEngine.Texture