exceptionCaught

abstract fun exceptionCaught(index: Int, exception: Exception)

This function is triggered whenever there's an exception caught during world entity avatar processing.

Parameters

index

the index of the world entity that had an exception during its processing.

exception

the exception that was caught during a world entity's avatar processing