Class TilesetInspectorComparison.ComparisonResult<Value>
Inheritance
System.Object
TilesetInspectorComparison.ComparisonResult<Value>
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 class ComparisonResult<Value>
Type Parameters
Name | Description |
---|---|
Value |
Fields
invalidComponentsOnConnected
Declaration
public List<Value> invalidComponentsOnConnected
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Value> |
invalidComponentsOnCurrent
Declaration
public List<Value> invalidComponentsOnCurrent
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Value> |
validComponents
Declaration
public List<KeyValuePair<Value, Value>> validComponents
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Value, Value>> |