Struct WheelTransformsUpdateFromPresentationWithInterpolationJob.InternalCompilerQueryAndHandleData
Used internally by the compiler, we won't promise this exists in the future
Inherited Members
Namespace: Unity.Vehicles
Assembly: com.unity.vehicles.dll
Syntax
public struct WheelTransformsUpdateFromPresentationWithInterpolationJob.InternalCompilerQueryAndHandleData
Fields
DefaultQuery
Declaration
public EntityQuery DefaultQuery
Field Value
| Type | Description |
|---|---|
| EntityQuery |
__TypeHandle
Declaration
public WheelTransformsUpdateFromPresentationWithInterpolationJob.InternalCompilerQueryAndHandleData.TypeHandle __TypeHandle
Field Value
| Type | Description |
|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob.InternalCompilerQueryAndHandleData.TypeHandle |
Methods
AddRequiredComponentTypes(ref Span<ComponentType>)
Declaration
public static void AddRequiredComponentTypes(ref Span<ComponentType> components)
Parameters
| Type | Name | Description |
|---|---|---|
| Span<ComponentType> | components |
AssignEntityManager(ref WheelTransformsUpdateFromPresentationWithInterpolationJob, EntityManager)
Declaration
public void AssignEntityManager(ref WheelTransformsUpdateFromPresentationWithInterpolationJob job, EntityManager entityManager)
Parameters
| Type | Name | Description |
|---|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob | job | |
| EntityManager | entityManager |
GetRequiredComponentTypeCount()
Declaration
public static int GetRequiredComponentTypeCount()
Returns
| Type | Description |
|---|---|
| int |
Init(ref SystemState, bool)
Declaration
public void Init(ref SystemState state, bool assignDefaultQuery)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemState | state | |
| bool | assignDefaultQuery |
QueryHasRequiredComponentsForExecuteMethodToRun(ref EntityQuery, ref Span<ComponentType>)
Declaration
public static bool QueryHasRequiredComponentsForExecuteMethodToRun(ref EntityQuery userDefinedQuery, ref Span<ComponentType> components)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQuery | userDefinedQuery | |
| Span<ComponentType> | components |
Returns
| Type | Description |
|---|---|
| bool |
Run(ref WheelTransformsUpdateFromPresentationWithInterpolationJob, EntityQuery)
Declaration
public void Run(ref WheelTransformsUpdateFromPresentationWithInterpolationJob job, EntityQuery query)
Parameters
| Type | Name | Description |
|---|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob | job | |
| EntityQuery | query |
Schedule(ref WheelTransformsUpdateFromPresentationWithInterpolationJob, EntityQuery, JobHandle)
Declaration
public JobHandle Schedule(ref WheelTransformsUpdateFromPresentationWithInterpolationJob job, EntityQuery query, JobHandle dependency)
Parameters
| Type | Name | Description |
|---|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob | job | |
| EntityQuery | query | |
| JobHandle | dependency |
Returns
| Type | Description |
|---|---|
| JobHandle |
ScheduleParallel(ref WheelTransformsUpdateFromPresentationWithInterpolationJob, EntityQuery, JobHandle)
Declaration
public JobHandle ScheduleParallel(ref WheelTransformsUpdateFromPresentationWithInterpolationJob job, EntityQuery query, JobHandle dependency)
Parameters
| Type | Name | Description |
|---|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob | job | |
| EntityQuery | query | |
| JobHandle | dependency |
Returns
| Type | Description |
|---|---|
| JobHandle |
UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithInterpolationJob, EntityQuery, ref SystemState)
Declaration
public void UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithInterpolationJob job, EntityQuery query, ref SystemState state)
Parameters
| Type | Name | Description |
|---|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob | job | |
| EntityQuery | query | |
| SystemState | state |
UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithInterpolationJob, EntityQuery, JobHandle, ref SystemState)
Declaration
public JobHandle UpdateBaseEntityIndexArray(ref WheelTransformsUpdateFromPresentationWithInterpolationJob job, EntityQuery query, JobHandle dependency, ref SystemState state)
Parameters
| Type | Name | Description |
|---|---|---|
| WheelTransformsUpdateFromPresentationWithInterpolationJob | job | |
| EntityQuery | query | |
| JobHandle | dependency | |
| SystemState | state |
Returns
| Type | Description |
|---|---|
| JobHandle |