Show / Hide Table of Contents

Class TilesetInspectorComparison

Inheritance
System.Object
TilesetInspectorComparison
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
public static class TilesetInspectorComparison

Methods

Compare<HashResult, Value>(TilesetInspectorComparison.Hash<HashResult, Value>, IEnumerable<Value>, IEnumerable<Value>)

Declaration
public static TilesetInspectorComparison.ComparisonResult<Value> Compare<HashResult, Value>(TilesetInspectorComparison.Hash<HashResult, Value> hasher, IEnumerable<Value> currentComponents, IEnumerable<Value> connectedComponents)
    where HashResult : IComparable
Parameters
Type Name Description
TilesetInspectorComparison.Hash<HashResult, Value> hasher
System.Collections.Generic.IEnumerable<Value> currentComponents
System.Collections.Generic.IEnumerable<Value> connectedComponents
Returns
Type Description
TilesetInspectorComparison.ComparisonResult<Value>
Type Parameters
Name Description
HashResult
Value

CompareAfterMatching<HashResult, Value>(TilesetInspectorComparison.Hash<HashResult, Value>, TilesetInspectorComparison.Hash<HashResult, Value>, IEnumerable<Value>, IEnumerable<Value>)

Declaration
public static TilesetInspectorComparison.PreviouslyMatchedComparisonResult<Value> CompareAfterMatching<HashResult, Value>(TilesetInspectorComparison.Hash<HashResult, Value> priorMatchHash, TilesetInspectorComparison.Hash<HashResult, Value> hasher, IEnumerable<Value> currentComponents, IEnumerable<Value> connectedComponents)
    where HashResult : IComparable
Parameters
Type Name Description
TilesetInspectorComparison.Hash<HashResult, Value> priorMatchHash
TilesetInspectorComparison.Hash<HashResult, Value> hasher
System.Collections.Generic.IEnumerable<Value> currentComponents
System.Collections.Generic.IEnumerable<Value> connectedComponents
Returns
Type Description
TilesetInspectorComparison.PreviouslyMatchedComparisonResult<Value>
Type Parameters
Name Description
HashResult
Value
In This Article
Generated by DocFX Version: 3.2.1 - click to show/hide other versions