NativeArray<TransformWriteTween> All the existing Transform Write Tweens that are handled per-frame.
Gets all the existing Transform Write Tweens that are handled per-frame. If the PhysicsWorld.transformTweenMode is PhysicsWorld.TransformTweenMode.Sequential then the tweens are sorted into ascending transform depth allowing writing to the Transform hierarchy by simply iterating the tweens . If the PhysicsWorld.transformTweenMode is PhysicsWorld.TransformTweenMode.Sequential then the tweens are unsorted as a Jobs.TransformAccessArray is used to write them. See TransformWriteTween and TransformWriteMode.