Class PhysicsWorldExporter
Utilities for exporting physics world data to ECS components.
Inherited Members
Namespace: Unity.Physics.Systems
Assembly: solution.dll
Syntax
public static class PhysicsWorldExporter
Methods
Name | Description |
---|---|
Export |
Copies positions and velocities of all dynamic bodies from specified PhysicsWorld to ECS
components of entities returned by specified query. No need to call Update(ref System |
Schedule |
Schedules a job that copies positions and velocities of all dynamic bodies from specified
PhysicsWorld to ECS components of entities returned by specified query. No need to call Update(ref System |