Closed exuvo closed 4 years ago
Change the type of userCallbackData to Any so we can send in any class instance we desire for the custom render. Serialising whatever data we need for the customer renderer into a ByteBuffer is slow and difficult to use.
userCallbackData
Any
Thanks
Change the type of
userCallbackData
toAny
so we can send in any class instance we desire for the custom render. Serialising whatever data we need for the customer renderer into a ByteBuffer is slow and difficult to use.