Delegate TilesetImporterEditor.HashCollisionReporter
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public delegate void HashCollisionReporter(FaceHash collidingHash, FaceHash newOppositeHash, ModuleFaceIdentifier newFace, FaceHash oldOppositeHash, ModuleFaceIdentifier oldFace);
Parameters
Type | Name | Description |
---|---|---|
FaceHash | collidingHash | |
FaceHash | newOppositeHash | |
ModuleFaceIdentifier | newFace | |
FaceHash | oldOppositeHash | |
ModuleFaceIdentifier | oldFace |