Delegate TilesetInspectorComparison.Hash<HashResult, Input>
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public delegate HashResult Hash<HashResult, Input>(Input input);
Parameters
Type | Name | Description |
---|---|---|
Input | input |
Returns
Type | Description |
---|---|
HashResult |
Type Parameters
Name | Description |
---|---|
HashResult | |
Input |