Class LagCompensationTestCommandSystem
Namespace: Unity.NetCode.Physics.Tests
Syntax
public class LagCompensationTestCommandSystem : JobComponentSystem
Fields
Target
Declaration
public static float3 Target
Field Value
| Type | Description |
|---|---|
| float3 |
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle inputDeps)
Parameters
| Type | Name | Description |
|---|---|---|
| JobHandle | inputDeps |
Returns
| Type | Description |
|---|---|
| JobHandle |