Show / Hide Table of Contents

Class TilesetAnalyzer.UnconnectableModule

Describes a module that cannot be connected and indicates which face cannot be satisfied. Used by TilesetAnalyzer.Report.

Inheritance
System.Object
TilesetAnalyzer.UnconnectableModule
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 UnconnectableModule

Fields

cachedName

The module name is cached to keep it available even if the user changes the report's marching cubes asset.

Declaration
public string cachedName
Field Value
Type Description
System.String

face

Declaration
public Face face
Field Value
Type Description
Face

Methods

GetUserFriendlyIdentifier()

Declaration
public string GetUserFriendlyIdentifier()
Returns
Type Description
System.String
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions