London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

TransformOrder and TransformBase

Vote:
 

Recently, I have created a TransformBase (following the blog post) and I was wondering - how the TransformOrder enum works?

It has the following values:

InputFilter = 0,
TransformStart = 100, // 0x00000064
Transform = 500, // 0x000001F4
TransformEnd = 900, // 0x00000384
OutputFilter = 1000, // 0x000003E8

...but none of these is documented.

Can someone explain what's the purpose of these in the context of the TransformBase?

#286755
Sep 07, 2022 8:24
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.