ExportTypeInfo
public class ExportTypeInfoClass to hold export type information for the wizard UI
Constructors
Section titled “Constructors”
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 |
Properties
Section titled “Properties”
public int Index { get; }Returns
System.Int32
public string Name { get; }Returns
System.String
Description
Section titled “Description”public string Description { get; }Returns
System.String
public Texture Icon { get; }Returns
UnityEngine.Texture