Skip to content

ExportTypeInfo

ClassAssetInventoryAssetInventory.Editor
public class ExportTypeInfo

Class to hold export type information for the wizard UI

ExportTypeInfo(int, string, string, Texture)

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

Initializes export type info from the supplied index, name, description, and icon.

Parameters

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

public int Index { get; }

Returns

System.Int32

public string Name { get; }

Returns

System.String

public string Description { get; }

Returns

System.String

public Texture Icon { get; }

Returns

UnityEngine.Texture