Struct PhysicsWorldExporter.ExportPhysicsWorldTypeHandles
Stores the ECS component handles needed to export PhysicsWorld to ECS components.
Inherited Members
Namespace: Unity.Physics.Systems
Assembly: solution.dll
Syntax
public struct PhysicsWorldExporter.ExportPhysicsWorldTypeHandles
Constructors
| Name | Description |
|---|---|
| ExportPhysicsWorldTypeHandles(ref SystemState) | Constructor. |
Methods
| Name | Description |
|---|---|
| Update(ref SystemState) | Updates the component handles. Call this in OnUpdate() methods of the system you want to export physics world. |