Show / Hide Table of Contents

Class ImportDetails

Information about the import, including any issues encountered.

Inheritance
System.Object
ImportDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile.Editor
Syntax
[Serializable]
public class ImportDetails

Fields

exceptionMessage

Declaration
public string exceptionMessage
Field Value
Type Description
System.String

hashCollisions

Declaration
public List<ImportDetails.HashCollision> hashCollisions
Field Value
Type Description
System.Collections.Generic.List<ImportDetails.HashCollision>

modulesWithFacesOnACubeFace

Declaration
public List<ImportDetails.ModuleWithFacesOnACubeFace> modulesWithFacesOnACubeFace
Field Value
Type Description
System.Collections.Generic.List<ImportDetails.ModuleWithFacesOnACubeFace>

outOfBoundsModules

Declaration
public List<ImportDetails.OutOfBoundsModule> outOfBoundsModules
Field Value
Type Description
System.Collections.Generic.List<ImportDetails.OutOfBoundsModule>

superInsideCornerModules

Declaration
public List<ImportDetails.SuperInsideCornerModule> superInsideCornerModules
Field Value
Type Description
System.Collections.Generic.List<ImportDetails.SuperInsideCornerModule>
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions