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> |