Struct BuildPhysicsWorldData
Public system data for this world's instance of a Build
Contains physics world data based on the entity world. The physics world data will contain a rigid body for every entity which has a rigid body component, and a joint for every entity which has a joint component.
Inherited Members
Namespace: Unity.Physics.Systems
Assembly: solution.dll
Syntax
public struct BuildPhysicsWorldData : IComponentData, IQueryTypeParameter
Fields
Name | Description |
---|---|
Physics |
Information describing the Physics |
World |
A filter specifying the world. |
Properties
Name | Description |
---|---|
Dynamic |
Gets the group the dynamic bodies belongs to. |
Have |
True if the static bodies have changed this frame. |
Joint |
Gets the group the joints belongs to. |
Static |
Gets the group the static bodies belongs to. |