Struct WheelBeforePhysicsTransformSystem
System handling the update of wheel transforms before physics
Inherited Members
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
[BurstCompile]
[UpdateInGroup(typeof(BeforePhysicsSystemGroup))]
public struct WheelBeforePhysicsTransformSystem : ISystem, ISystemCompilerGenerated
Methods
OnCreateForCompiler(ref SystemState)
Declaration
public void OnCreateForCompiler(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state |
Implements
Unity.Entities.ISystemCompilerGenerated