An event produced and sent to the callback target set with PhysicsWorld.transformWriteCallbackTarget which must implement ITransformWriteCallback which will have PhysicsCallbacks.ITransformWriteCallback.OnTransformTweenWrite called allowing custom transform writing.
| Property | Description |
|---|---|
| extrapolationTime | The extrapolation time when the event was created, in the range [0, 1]. |
| interpolationTime | The interpolation time when the event was created, in the range [0, 1]. |
| physicsWorld | The physics world the event was created from. |
| transformPlane | The transform plane of the physics world when the event was created. |
| transformPlaneCustom | The transform plane (custom) of the physics world when the event was created. This maybe not be relevant unless the transform plane is PhysicsWorld.TransformPlane.Custom. |
| tweens | The transform write tweens available to be configured. The returned Collections.NativeArray_1 aliases the per-frame internal buffer owned by the world; it does not own its memory (so disposing it does nothing). The contents are only valid until the next simulation step runs, after which the buffer may be reused or destroyed. If a longer-lived copy is required, copy the contents into a caller-owned Collections.NativeArray_1. |