Struct VehicleCollidersSystem
System handling the update of the vehicle compound collider, which includes the vehicle body collider and wheel protector colliders if any
Inherited Members
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
[BurstCompile]
[UpdateInGroup(typeof(BeforePhysicsSystemGroup))]
public struct VehicleCollidersSystem : ISystem, ISystemCompilerGenerated
Methods
OnCreateForCompiler(ref SystemState)
Declaration
public void OnCreateForCompiler(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state |
Implements
Unity.Entities.ISystemCompilerGenerated