Struct ExportPhysicsWorld
A system which copies transforms and velocities from the physics world back to the original entity components. The last system to run in PhysicsSystemGroup.
Implements
ISystem
ISystemCompilerGenerated
Inherited Members
Namespace: Unity.Physics.Systems
Assembly: Unity.Physics.dll
Syntax
[UpdateInGroup(typeof(PhysicsSystemGroup))]
[UpdateAfter(typeof(PhysicsSimulationGroup))]
[CreateAfter(typeof(BuildPhysicsWorld))]
[BurstCompile]
public struct ExportPhysicsWorld : ISystem, ISystemCompilerGenerated
Implements
Unity.Entities.ISystem
Unity.Entities.ISystemCompilerGenerated