TransformerExecLevel defines the level at which a transformer function is executed.
TransformerExecLevel
Executes the transformer after the controller has been fully executed (default behaviour).
Executes the transformer after reading a primitive property, before any controller is executed.
TransformerExecLevel
defines the level at which a transformer function is executed.