ExportTypeInfo
public class ExportTypeInfoClass to hold export type information for the wizard UI
Properties
Section titled “Properties”
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.
Description
Section titled “Description”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.
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)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
index |
System.Int32 | |
name |
System.String | |
description |
System.String | |
icon |
UnityEngine.Texture |