* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param transform
(transform: ImageTransform)
| 9844 | */ |
| 9845 | sequence_id?: number; |
| 9846 | /** |
| 9847 | * The type of event being reported. |
| 9848 | */ |
| 9849 | event?: "Update" | "StartOfTurn" | "EagerEndOfTurn" | "TurnResumed" | "EndOfTurn"; |
nothing calls this directly
no outgoing calls
no test coverage detected