Struct VehicleWheelEventsClearSystem
System that clears vehicle wheel events
Inherited Members
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
[UpdateInGroup(typeof(SimulationSystemGroup), OrderFirst = true)]
public struct VehicleWheelEventsClearSystem : ISystem, ISystemCompilerGenerated
Methods
OnCreateForCompiler(ref SystemState)
Declaration
public void OnCreateForCompiler(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state |
Implements
Unity.Entities.ISystemCompilerGenerated